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.
2 parents f2718c7 + 6c14a45 commit 20ddb99Copy full SHA for 20ddb99
cabal-testsuite/PackageTests/NewBuild/CmdRun/Terminate/cabal.test.hs
@@ -19,7 +19,7 @@ without forking in the future.)
19
main :: IO ()
20
main = do
21
skipIfWindows "depends on `unix`"
22
- cabalTest $ do
+ cabalTest $ flakyIfCI 8416 $ do
23
-- timestamped logging to aid with #8416
24
let logIO msg = do
25
ts <- Time.getCurrentTime
0 commit comments