We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 883c748 commit 3c90c6dCopy full SHA for 3c90c6d
enterprise/coderd/workspaces_test.go
@@ -2265,9 +2265,6 @@ func TestExecutorPrebuilds(t *testing.T) {
2265
// Then: the claimed workspace should inherit and respect that same NextStartAt
2266
require.True(t, workspace.NextStartAt.Equal(*prebuild.NextStartAt))
2267
2268
- // Wait for provisioner to be registered
2269
- coderdtest.MustWaitForAnyProvisioner(t, db)
2270
-
2271
// Wait for provisioner to be available for this specific workspace
2272
coderdtest.MustWaitForProvisionersAvailable(t, db, prebuild)
2273
0 commit comments