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 86bfb7d commit e24050eCopy full SHA for e24050e
packages/tailwindcss-language-server/tests/env/restart.test.ts
@@ -91,6 +91,11 @@ defineTest({
91
defineTest({
92
options: {
93
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,
99
},
100
name: 'Server is "restarted" when a config file is removed',
101
fs: {
0 commit comments