haskellPackages.webauthn: disable test due to missing data

This commit is contained in:
sternenseemann 2023-04-11 11:01:06 +02:00
parent e2236d303f
commit 255a6f44f5

View File

@ -2542,6 +2542,10 @@ self: super: {
commonmark-extensions = lself.commonmark-extensions_0_2_3_2;
});
# Test files missing from sdist
# https://github.com/tweag/webauthn/issues/166
webauthn = dontCheck super.webauthn;
# doctest <0.19
polysemy = doJailbreak super.polysemy;