base64-bytestring: disable broken test suite

This commit is contained in:
Peter Simons 2021-03-12 20:35:11 +01:00
parent de657f6a2a
commit 5966fa1845

View File

@ -93,4 +93,7 @@ self: super: {
# The test suite depends on ChasingBottoms, which is broken with ghc-9.0.x.
unordered-containers = dontCheck super.unordered-containers;
# The test suite seems pretty broken.
base64-bytestring = dontCheck super.base64-bytestring;
}