Skip to content

Commit fb934ab

Browse files
committed
ignore multi unit tests on 9.2
1 parent b86b98d commit fb934ab

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ghcide/test/exe/CradleTests.hs

+2-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,8 @@ tests = testGroup "cradle"
4141
,testGroup "ignore-fatal" [ignoreFatalWarning]
4242
,testGroup "loading" [loadCradleOnlyonce, retryFailedCradle]
4343
,testGroup "multi" (multiTests "multi")
44-
,testGroup "multi-unit" (multiTests "multi-unit")
44+
,ignoreFor (BrokenForGHC [GHC92]) "multiple units not supported on 9.2"
45+
$ testGroup "multi-unit" (multiTests "multi-unit")
4546
,testGroup "sub-directory" [simpleSubDirectoryTest]
4647
]
4748

0 commit comments

Comments
 (0)