From 056e28bd7099a4def11e0bb760077fc296530c3d Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 5 Jan 2023 18:01:56 +0800 Subject: [PATCH] expected-test-failures: drop the word "assertion" (testcase failures are by far the most common tests issue I think) --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6f2153ba..5173d3c6 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -8620,7 +8620,7 @@ expected-test-failures: - persistent # https://github.com/commercialhaskell/stackage/issues/6037 - reanimate-svg # https://github.com/commercialhaskell/stackage/issues/5688 - # Testcase (assertion) failures, or other runtime failures. + # Testcase failures, or other runtime failures. # These can be real testsuite bugs, or maybe limitations in test cases or the test setup. - haskoin-node # https://github.com/commercialhaskell/stackage/issues/6769 - heist # https://github.com/commercialhaskell/stackage/issues/6765