We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b86b98d commit fb934abCopy full SHA for fb934ab
ghcide/test/exe/CradleTests.hs
@@ -41,7 +41,8 @@ tests = testGroup "cradle"
41
,testGroup "ignore-fatal" [ignoreFatalWarning]
42
,testGroup "loading" [loadCradleOnlyonce, retryFailedCradle]
43
,testGroup "multi" (multiTests "multi")
44
- ,testGroup "multi-unit" (multiTests "multi-unit")
+ ,ignoreFor (BrokenForGHC [GHC92]) "multiple units not supported on 9.2"
45
+ $ testGroup "multi-unit" (multiTests "multi-unit")
46
,testGroup "sub-directory" [simpleSubDirectoryTest]
47
]
48
0 commit comments