diff options
author | Joey Hess <joeyh@joeyh.name> | 2015-12-24 19:24:40 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2015-12-24 19:24:40 -0400 |
commit | 0d0f0802632e3af2788846d0f64f15c61c24fdff (patch) | |
tree | e2de1d616c8e7394af9d6d78fc1d1383338ec95c /Test.hs | |
parent | 819389465d4caedd10e905f0945c60e3fc67c8ea (diff) |
temporarily disable v6 repos tests (still 4 failures)
Diffstat (limited to 'Test.hs')
-rw-r--r-- | Test.hs | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -123,8 +123,8 @@ tests = testGroup "Tests" $ properties : map (\(d, te) -> withTestMode te (unitTests d)) testmodes where testmodes = - [ ("v6", TestMode { forceDirect = False, annexVersion = "6" }) - , ("v5", TestMode { forceDirect = False, annexVersion = "5" }) + -- [ ("v6", TestMode { forceDirect = False, annexVersion = "6" }) + [ ("v5", TestMode { forceDirect = False, annexVersion = "5" }) -- Windows will only use direct mode, so don't test twice. #ifndef mingw32_HOST_OS , ("v5 direct", TestMode { forceDirect = True, annexVersion = "5" }) |