Skip to content

Commit 432a2c4

Browse files
Mark simple plugin ghcide test broken on 9.6
1 parent 5b6549f commit 432a2c4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ghcide/test/exe/Main.hs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1248,7 +1248,8 @@ pluginSimpleTests =
12481248

12491249
-- Error: cabal: Failed to build ghc-typelits-natnormalise-0.7.7 (which is
12501250
-- required by plugin-1.0.0). See the build log above for details.
1251-
ignoreFor (BrokenSpecific Windows [GHC94, GHC96]) "ghc-typelist-natnormalise fails to build on GHC 9.4.2 for windows only" $
1251+
knownBrokenForGhcVersions [GHC96] "fragile, frequently times out" $
1252+
ignoreFor (BrokenSpecific Windows [GHC94]) "ghc-typelist-natnormalise fails to build on GHC 9.4.2 for windows only" $
12521253
testSessionWithExtraFiles "plugin-knownnat" "simple plugin" $ \dir -> do
12531254
_ <- openDoc (dir </> "KnownNat.hs") "haskell"
12541255
liftIO $ writeFile (dir</>"hie.yaml")

0 commit comments

Comments
 (0)