Skip to content

Commit c7fa870

Browse files
committed
disable simple plugin on 9.10
1 parent ed044ce commit c7fa870

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ghcide/test/exe/PluginSimpleTests.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ tests =
3636

3737
-- Error: cabal: Failed to build ghc-typelits-natnormalise-0.7.7 (which is
3838
-- required by plugin-1.0.0). See the build log above for details.
39-
ignoreFor (BrokenForGHC [GHC96, GHC98]) "fragile, frequently times out" $
39+
ignoreFor (BrokenForGHC [GHC96, GHC98, GHC910]) "fragile, frequently times out" $
4040
ignoreFor (BrokenSpecific Windows [GHC94]) "ghc-typelist-natnormalise fails to build on GHC 9.4.2 for windows only" $
4141
testSessionWithExtraFiles "plugin-knownnat" "simple plugin" $ \dir -> do
4242
_ <- openDoc (dir </> "KnownNat.hs") "haskell"

0 commit comments

Comments
 (0)