Skip to content

Commit 6c9658d

Browse files
committed
Mark flaky test-case as flaky with issue ref
1 parent 5291c92 commit 6c9658d

File tree

1 file changed

+2
-1
lines changed
  • plugins/hls-cabal-plugin/test

1 file changed

+2
-1
lines changed

plugins/hls-cabal-plugin/test/Main.hs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,8 @@ pluginTests recorder = testGroup "Plugin Tests"
8888
expectNoMoreDiagnostics 1 hsDoc "typechecking"
8989
cabalDoc <- openDoc "simple-cabal.cabal" "cabal"
9090
expectNoMoreDiagnostics 1 cabalDoc "parsing"
91-
, runCabalTestCaseSession "Diagnostics in .hs files from invalid .cabal file" recorder "simple-cabal" $ do
91+
, ignoreTestBecause "Testcase is flaky for certain GHC versions (e.g. 9.2.4). See #3333 for details." $ do
92+
runCabalTestCaseSession "Diagnostics in .hs files from invalid .cabal file" recorder "simple-cabal" $ do
9293
hsDoc <- openDoc "A.hs" "haskell"
9394
expectNoMoreDiagnostics 1 hsDoc "typechecking"
9495
cabalDoc <- openDoc "simple-cabal.cabal" "cabal"

0 commit comments

Comments
 (0)