Skip to content

Commit 6d996f4

Browse files
committed
Ignore unreliable tactic test
1 parent 4b9b129 commit 6d996f4

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

test/functional/Tactic.hs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -95,14 +95,13 @@ tests = testGroup
9595
, goldenTest "GoldenPureList.hs" 2 12 Auto ""
9696
, goldenTest "GoldenListFmap.hs" 2 12 Auto ""
9797
, goldenTest "GoldenFromMaybe.hs" 2 13 Auto ""
98-
, goldenTest "GoldenFoldr.hs" 2 10 Auto ""
98+
, ignoreForGhc GHC88 $ goldenTest "GoldenFoldr.hs" 2 10 Auto ""
9999
, goldenTest "GoldenSwap.hs" 2 8 Auto ""
100100
, goldenTest "GoldenFmapTree.hs" 4 11 Auto ""
101101
, goldenTest "GoldenGADTDestruct.hs" 7 17 Destruct "gadt"
102102
, goldenTest "GoldenGADTAuto.hs" 7 13 Auto ""
103103
]
104104

105-
106105
------------------------------------------------------------------------------
107106
-- | Make a tactic unit test.
108107
mkTest
@@ -150,4 +149,3 @@ goldenTest input line col tc occ =
150149

151150
tacticPath :: FilePath
152151
tacticPath = "test/testdata/tactic"
153-

0 commit comments

Comments
 (0)