diff --git a/coderd/aitasks_test.go b/coderd/aitasks_test.go index 9ee6df9e1a..f533c06a75 100644 --- a/coderd/aitasks_test.go +++ b/coderd/aitasks_test.go @@ -3085,6 +3085,7 @@ func TestPauseTask(t *testing.T) { func TestResumeTask(t *testing.T) { t.Parallel() + t.Skipf("Test is flaking on data-race. Tasks is being removed, so this test will not be fixed") setupClient := func(t *testing.T, db database.Store, ps pubsub.Pubsub, authorizer rbac.Authorizer) *codersdk.Client { t.Helper()