Skip to content

Commit 20ddb99

Browse files
authored
Merge pull request #11088 from stable-haskell/flaky-11087
Mark Terminate package test as flaky wrt #11087
2 parents f2718c7 + 6c14a45 commit 20ddb99

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)