Skip to content

Commit 3c90c6d

Browse files
committed
already waiting for the workspaces provisioner, don't need to wait for
any before that Signed-off-by: Callum Styan <callumstyan@gmail.com>
1 parent 883c748 commit 3c90c6d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

enterprise/coderd/workspaces_test.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2265,9 +2265,6 @@ func TestExecutorPrebuilds(t *testing.T) {
22652265
// Then: the claimed workspace should inherit and respect that same NextStartAt
22662266
require.True(t, workspace.NextStartAt.Equal(*prebuild.NextStartAt))
22672267

2268-
// Wait for provisioner to be registered
2269-
coderdtest.MustWaitForAnyProvisioner(t, db)
2270-
22712268
// Wait for provisioner to be available for this specific workspace
22722269
coderdtest.MustWaitForProvisionersAvailable(t, db, prebuild)
22732270

0 commit comments

Comments
 (0)