avoid redundant test pass on crippled filesystem
v7 unlocked uses an adjusted branch on crippled filesystem, so is nearly identical to the previous test pass.
This commit is contained in:
parent
88c61dea00
commit
b36229905f
1 changed files with 1 additions and 1 deletions
2
Test.hs
2
Test.hs
|
@ -147,7 +147,7 @@ tests crippledfilesystem opts = testGroup "Tests" $ properties :
|
|||
where
|
||||
testmodes = catMaybes
|
||||
[ Just ("v7 adjusted unlocked branch", (testMode opts (RepoVersion 7)) { adjustedUnlockedBranch = True })
|
||||
, Just ("v7 unlocked", (testMode opts (RepoVersion 7)) { unlockedFiles = True })
|
||||
, unlesscrippled ("v7 unlocked", (testMode opts (RepoVersion 7)) { unlockedFiles = True })
|
||||
, unlesscrippled ("v5", testMode opts (RepoVersion 5))
|
||||
, unlesscrippled ("v7 locked", testMode opts (RepoVersion 7))
|
||||
, Just ("v5 direct", (testMode opts (RepoVersion 5)) { forceDirect = True })
|
||||
|
|
Loading…
Add table
Reference in a new issue