Skip to content

Commit e54e7dc

Browse files
committed
Ignore problematic test GoldenApplicativeThen
1 parent 531c912 commit e54e7dc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/functional/Tactic.hs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ import Language.Haskell.LSP.Types (ApplyWorkspaceEditRequest, Position
2121
import Test.Hls.Util
2222
import Test.Tasty
2323
import Test.Tasty.HUnit
24+
import Test.Tasty.ExpectedFailure (ignoreTestBecause)
2425
import System.FilePath
2526
import System.Directory (doesFileExist)
2627
import Control.Monad (unless)
@@ -106,7 +107,7 @@ tests = testGroup
106107
, goldenTest "GoldenShowCompose.hs" 2 15 Auto ""
107108
, goldenTest "GoldenShowMapChar.hs" 2 8 Auto ""
108109
, goldenTest "GoldenSuperclass.hs" 7 8 Auto ""
109-
, goldenTest "GoldenApplicativeThen.hs" 2 11 Auto ""
110+
, ignoreTestBecause "It is unreliable in circleci builds" $ goldenTest "GoldenApplicativeThen.hs" 2 11 Auto ""
110111
]
111112

112113

0 commit comments

Comments
 (0)