test(coderd): remove provisioner daemon from SendToNonActiveStates test (#22298)

This change a test flake triggered disabling the provisioner daemon that
was modifying jobs created by dbgen.

Fixes coder/internal#1367
This commit is contained in:
Mathias Fredriksson
2026-02-25 13:14:32 +02:00
committed by GitHub
parent 4057363f78
commit d2f33932c0
+1 -1
View File
@@ -832,7 +832,7 @@ func TestTasks(t *testing.T) {
t.Run("SendToNonActiveStates", func(t *testing.T) {
t.Parallel()
client, db := coderdtest.NewWithDatabase(t, &coderdtest.Options{IncludeProvisionerDaemon: true})
client, db := coderdtest.NewWithDatabase(t, &coderdtest.Options{})
owner := coderdtest.CreateFirstUser(t, client)
ctx := testutil.Context(t, testutil.WaitMedium)