Skip to content

Commit 4ebe191

Browse files
authored
Enable cabal flaky test (#4263)
1 parent 838a51f commit 4ebe191

File tree

1 file changed

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

1 file changed

+1
-2
lines changed

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

+1-2
Original file line numberDiff line numberDiff line change
@@ -104,8 +104,7 @@ pluginTests =
104104
expectNoMoreDiagnostics 1 hsDoc "typechecking"
105105
cabalDoc <- openDoc "simple-cabal.cabal" "cabal"
106106
expectNoMoreDiagnostics 1 cabalDoc "parsing"
107-
, ignoreTestBecause "Testcase is flaky for certain GHC versions (e.g. 9.2.5). See #3333 for details." $ do
108-
runCabalTestCaseSession "Diagnostics in .hs files from invalid .cabal file" "simple-cabal" $ do
107+
, runCabalTestCaseSession "Diagnostics in .hs files from invalid .cabal file" "simple-cabal" $ do
109108
hsDoc <- openDoc "A.hs" "haskell"
110109
expectNoMoreDiagnostics 1 hsDoc "typechecking"
111110
cabalDoc <- openDoc "simple-cabal.cabal" "cabal"

0 commit comments

Comments
 (0)