diff --git a/enterprise/coderd/x/chatd/chatd_test.go b/enterprise/coderd/x/chatd/chatd_test.go index fa44ea9d8a..f192995e91 100644 --- a/enterprise/coderd/x/chatd/chatd_test.go +++ b/enterprise/coderd/x/chatd/chatd_test.go @@ -1435,6 +1435,8 @@ func TestSubscribeRelayDialCanceledOnFastCompletion(t *testing.T) { // condition where the relay is too slow. func TestSubscribeRelayEstablishedMidStream(t *testing.T) { t.Parallel() + // TODO(hugodutka): Unskip when chatd is free of race conditions. + t.Skip("skipped due to inherent race condition; see https://github.com/coder/internal/issues/1455") db, ps := dbtestutil.NewDB(t) workerID := uuid.New()