Skip to content

Commit 125ee6f

Browse files
committed
Ignore vcs tests to speed up them
1 parent 4ff4d3c commit 125ee6f

File tree

1 file changed

+3
-3
lines changed
  • cabal-install/tests/UnitTests/Distribution/Client

1 file changed

+3
-3
lines changed

cabal-install/tests/UnitTests/Distribution/Client/VCS.hs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ import UnitTests.TempTestDir (withTestDir, removeDirectoryRecursiveHack)
5050
--
5151
tests :: MTimeChange -> [TestTree]
5252
tests mtimeChange = map (localOption $ QuickCheckTests 10)
53-
[ knownBrokenInWindows "See issue #8048" $
53+
[ ignoreInWindows "See issue #8048" $
5454
testGroup "git"
5555
[ testProperty "check VCS test framework" prop_framework_git
5656
, testProperty "cloneSourceRepo" prop_cloneRepo_git
@@ -81,8 +81,8 @@ tests mtimeChange = map (localOption $ QuickCheckTests 10)
8181

8282
]
8383

84-
where knownBrokenInWindows msg = case buildOS of
85-
Windows -> expectFailBecause msg
84+
where ignoreInWindows msg = case buildOS of
85+
Windows -> ignoreTestBecause msg
8686
_ -> id
8787

8888
prop_framework_git :: BranchingRepoRecipe 'SubmodulesSupported -> Property

0 commit comments

Comments
 (0)