Skip to content

Commit e24050e

Browse files
committed
Skip flaky test
1 parent 86bfb7d commit e24050e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

packages/tailwindcss-language-server/tests/env/restart.test.ts

+5
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,11 @@ defineTest({
9191
defineTest({
9292
options: {
9393
retry: 3,
94+
95+
// This test passes on all platforms but it is super flaky
96+
// The server needs some re-working to ensure everything is awaited
97+
// properly with respect to messages and server responses
98+
skip: true,
9499
},
95100
name: 'Server is "restarted" when a config file is removed',
96101
fs: {

0 commit comments

Comments
 (0)