expected-test-failures: drop the word "assertion"

(testcase failures are by far the most common tests issue I think)
This commit is contained in:
Jens Petersen 2023-01-05 18:01:56 +08:00
parent 42a2c8574f
commit 056e28bd70

View File

@ -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