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 613ec40 commit 59e7b05Copy full SHA for 59e7b05
test/functional/Main.hs
@@ -34,7 +34,7 @@ main = defaultTestRunner
34
, FunctionalLiquid.tests
35
, HieBios.tests
36
, Highlight.tests
37
- , Progress.tests
+ , ignoreInEnv [HostOS Windows, GhcVer GHC90] "Tests gets stuck in ci" $ Progress.tests
38
, Reference.tests
39
, Symbol.tests
40
, TypeDefinition.tests
0 commit comments