diff --git a/cardano_node_tests/utils/logfiles.py b/cardano_node_tests/utils/logfiles.py index 624f386d0..cb17077c2 100644 --- a/cardano_node_tests/utils/logfiles.py +++ b/cardano_node_tests/utils/logfiles.py @@ -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")