File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ import Language.Haskell.LSP.Types (ApplyWorkspaceEditRequest, Position
21
21
import Test.Hls.Util
22
22
import Test.Tasty
23
23
import Test.Tasty.HUnit
24
+ import Test.Tasty.ExpectedFailure (ignoreTestBecause )
24
25
import System.FilePath
25
26
import System.Directory (doesFileExist )
26
27
import Control.Monad (unless )
@@ -106,7 +107,7 @@ tests = testGroup
106
107
, goldenTest " GoldenShowCompose.hs" 2 15 Auto " "
107
108
, goldenTest " GoldenShowMapChar.hs" 2 8 Auto " "
108
109
, 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 " "
110
111
]
111
112
112
113
You can’t perform that action at this time.
0 commit comments