Skip to content

Commit fdc2c46

Browse files
committed
Mark a test that keeps failing as known broken
1 parent 90f9b66 commit fdc2c46

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
@@ -15,7 +15,7 @@ without forking in the future.)
1515
-}
1616

1717
main :: IO ()
18-
main = cabalTest $ do
18+
main = cabalTest . expectBroken 8319 $ do
1919
skipIfWindows -- test project relies on Posix
2020

2121
dir <- fmap testCurrentDir getTestEnv

0 commit comments

Comments
 (0)