Skip to content

Commit f9404ff

Browse files
committed
Ignore deferred tests for win and 9.0.1
1 parent 077566d commit f9404ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/functional/Main.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ main = defaultTestRunner
2525
[ Command.tests
2626
, Completion.tests
2727
, Config.tests
28-
, Deferred.tests
28+
, ignoreInEnv [HostOS Windows, GhcVer GHC90] "Tests gets stuck in ci" $ Deferred.tests
2929
, Definition.tests
3030
, Diagnostic.tests
3131
, ignoreInEnv [HostOS Windows, GhcVer GHC90] "Tests gets stuck in ci" $ Format.tests

0 commit comments

Comments
 (0)