From c5d84f043eef4cda02b4716941018f8d3dfd0f54 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sat, 6 Jun 2020 09:35:33 -0700 Subject: [PATCH] Add back 2 test exceptions removed by mistake --- build-constraints.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9f7a47c0..7ae62968 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -5490,6 +5490,11 @@ expected-test-failures: - webdriver-angular # webdriver server - websockets + # Missing test files in sdist + # Hopefully gets fixed in the next release... + - crypto-pubkey # https://github.com/vincenthz/hs-crypto-pubkey/issues/23 + - doctest-discover # 0.1.0.9 https://github.com/karun012/doctest-discover/issues/22 + # Assertion failures, these can be real bugs or just limitations # in the test cases. - download # https://github.com/fpco/stackage/issues/2811