Skip to content

Commit

Permalink
Ignore reward related error message
Browse files Browse the repository at this point in the history
  • Loading branch information
mkoura committed Oct 12, 2021
1 parent 03bbb73 commit 8047604
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cardano_node_tests/utils/logfiles.py
Expand Up @@ -31,6 +31,7 @@
"failedScripts",
"db-sync-node:.* AsyncCancelled",
"closed when reading data, waiting on next header",
"db-sync-node:.* validateEpochRewardsBefore", # TODO: remove once rewards are fixed in db-sync
]
if configuration.CLUSTER_ERA == "alonzo":
ERRORS_IGNORED.append(r"cardano\.node\.Mempool:Info")
Expand Down

0 comments on commit 8047604

Please sign in to comment.