Skip to content

Commit 6c14a45

Browse files
committed
Mark Terminate package test as flaky wrt #11087
1 parent 9a343d1 commit 6c14a45

File tree

1 file changed

+1
-1
lines changed
  • cabal-testsuite/PackageTests/NewBuild/CmdRun/Terminate

1 file changed

+1
-1
lines changed

cabal-testsuite/PackageTests/NewBuild/CmdRun/Terminate/cabal.test.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ without forking in the future.)
1919
main :: IO ()
2020
main = do
2121
skipIfWindows "depends on `unix`"
22-
cabalTest $ do
22+
cabalTest $ flakyIfCI 8416 $ do
2323
-- timestamped logging to aid with #8416
2424
let logIO msg = do
2525
ts <- Time.getCurrentTime

0 commit comments

Comments
 (0)