haskell-store: disable test suite to fix build with recent versions of smallcheck

This commit is contained in:
Peter Simons 2017-12-19 23:29:20 +01:00
parent 6922808372
commit 4ab8999891

View file

@ -998,4 +998,7 @@ self: super: {
genvalidity-property = doJailbreak super.genvalidity-property;
path = dontCheck super.path;
# Duplicate instance with smallcheck.
store = dontCheck super.store;
}