diff --git a/coderd/x/chatd/chatd_test.go b/coderd/x/chatd/chatd_test.go index eb6501447b..03bf22c092 100644 --- a/coderd/x/chatd/chatd_test.go +++ b/coderd/x/chatd/chatd_test.go @@ -1092,6 +1092,8 @@ func TestRootExploreChatExcludesWebSearchProviderToolAtRuntime(t *testing.T) { func TestExploreChatSendMessageCannotMutateMCPSnapshot(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/1493") db, ps := dbtestutil.NewDB(t) ctx := testutil.Context(t, testutil.WaitLong)