We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 531c912 commit e54e7dcCopy full SHA for e54e7dc
test/functional/Tactic.hs
@@ -21,6 +21,7 @@ import Language.Haskell.LSP.Types (ApplyWorkspaceEditRequest, Position
21
import Test.Hls.Util
22
import Test.Tasty
23
import Test.Tasty.HUnit
24
+import Test.Tasty.ExpectedFailure (ignoreTestBecause)
25
import System.FilePath
26
import System.Directory (doesFileExist)
27
import Control.Monad (unless)
@@ -106,7 +107,7 @@ tests = testGroup
106
107
, goldenTest "GoldenShowCompose.hs" 2 15 Auto ""
108
, goldenTest "GoldenShowMapChar.hs" 2 8 Auto ""
109
, goldenTest "GoldenSuperclass.hs" 7 8 Auto ""
- , goldenTest "GoldenApplicativeThen.hs" 2 11 Auto ""
110
+ , ignoreTestBecause "It is unreliable in circleci builds" $ goldenTest "GoldenApplicativeThen.hs" 2 11 Auto ""
111
]
112
113
0 commit comments