Skip to content

Commit

Permalink
Corrected filter for validator_tx_finalizer_e2e_tests (#18811)
Browse files Browse the repository at this point in the history
  • Loading branch information
aschran authored Jul 26, 2024
1 parent 07446ba commit 5b8b050
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/simtest/simtest-run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ if [ -z "$NUM_CPUS" ]; then
fi

# filter out some tests that give spurious failures.
TEST_FILTER="(not (test(~batch_verification_tests) | test(~validator_tx_finalizer_e2e_tests)))"
TEST_FILTER="(not (test(~batch_verification_tests) | test(~test_validator_tx_finalizer_)))"

DATE=$(date +%s)
SEED="$DATE"
Expand Down

0 comments on commit 5b8b050

Please sign in to comment.