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 b9a3a1c commit 387810fCopy full SHA for 387810f
test/functional/Main.hs
@@ -32,7 +32,7 @@ main = defaultTestRunner
32
, FunctionalBadProject.tests
33
, FunctionalCodeAction.tests
34
, FunctionalLiquid.tests
35
- , ignoreInEnv [HostOS Windows, GhcVer 901] "Tests gets stuck in ci" $ HieBios.tests
+ , ignoreInEnv [HostOS Windows, GhcVer GHC90] "Tests gets stuck in ci" $ HieBios.tests
36
, Highlight.tests
37
, Progress.tests
38
, Reference.tests
0 commit comments