File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
cabal-install/tests/UnitTests/Distribution/Client Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ import UnitTests.TempTestDir (withTestDir, removeDirectoryRecursiveHack)
50
50
--
51
51
tests :: MTimeChange -> [TestTree ]
52
52
tests mtimeChange = map (localOption $ QuickCheckTests 10 )
53
- [ knownBrokenInWindows " See issue #8048" $
53
+ [ ignoreInWindows " See issue #8048" $
54
54
testGroup " git"
55
55
[ testProperty " check VCS test framework" prop_framework_git
56
56
, testProperty " cloneSourceRepo" prop_cloneRepo_git
@@ -81,8 +81,8 @@ tests mtimeChange = map (localOption $ QuickCheckTests 10)
81
81
82
82
]
83
83
84
- where knownBrokenInWindows msg = case buildOS of
85
- Windows -> expectFailBecause msg
84
+ where ignoreInWindows msg = case buildOS of
85
+ Windows -> ignoreTestBecause msg
86
86
_ -> id
87
87
88
88
prop_framework_git :: BranchingRepoRecipe 'SubmodulesSupported -> Property
You can’t perform that action at this time.
0 commit comments