This repository was archived by the owner on Nov 24, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed
Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -712,7 +712,12 @@ jobs:
712712 timeout-minutes : 10
713713 run : |
714714 ulimit -n 10000
715- chainweb-tests --hide-successes --results-json test-results.json
715+ grep -q -e '&&' FAILING_TESTS && echo "warning: FAILING_TESTS file is not empty" 1>&2
716+ chainweb-tests \
717+ --hide-successes \
718+ --results-json test-results.json \
719+ -p "$(cat FAILING_TESTS | tr '\n' ' ')"
720+
716721
717722 # Publish test results to S3
718723 - name : Upload test results
Original file line number Diff line number Diff line change 1+ //
2+ && ! /Chainweb Tests.Chainweb Unit Tests.BlockHeaderDb.Chainweb.BlockHeaderDb.PruneForks.fail on missing header 5/
3+ && ! /Chainweb Tests.Chainweb Unit Tests.BlockHeaderDb.Chainweb.BlockHeaderDb.PruneForks.fail on missing header 6/
4+ && ! /Chainweb Tests.Chainweb Unit Tests.BlockHeaderDb.Chainweb.BlockHeaderDb.PruneForks.full gc/
5+ && ! /Chainweb Tests.Chainweb Unit Tests.Pact5 RemotePactTest.pact53TransitionTest/
6+ && ! /Chainweb Tests.Chainweb Unit Tests.Pact5 HyperlanePluginTests.hyperlaneValidatorAnnouncementTest/
You can’t perform that action at this time.
0 commit comments