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 57005fe commit 32061b5Copy full SHA for 32061b5
test/functional/Main.hs
@@ -25,7 +25,7 @@ main = defaultTestRunner
25
[ Command.tests
26
, Completion.tests
27
, Config.tests
28
- , Deferred.tests
+ , ignoreInEnv [HostOS Windows, GhcVer GHC90] "Tests gets stuck in ci" $ Deferred.tests
29
, Definition.tests
30
, Diagnostic.tests
31
, ignoreInEnv [HostOS Windows, GhcVer GHC90] "Tests gets stuck in ci" $ Format.tests
0 commit comments