diff --git a/cardano_node_tests/utils/logfiles.py b/cardano_node_tests/utils/logfiles.py index 714d3c243..2e299e9fd 100644 --- a/cardano_node_tests/utils/logfiles.py +++ b/cardano_node_tests/utils/logfiles.py @@ -60,6 +60,11 @@ # We sometimes see this error on CI. It seems time is not synced properly on GitHub runners. ERRORS_IGNORED.append("TraceBlockFromFuture") +if cluster_nodes.get_cluster_type().type == cluster_nodes.ClusterType.TESTNET: + # We can get these errors on testnets when some clients are old, or are using wrong + # network magic. + ERRORS_IGNORED.append("TrHandshakeClientError") + # Errors that are ignored if there are expected messages in the log file before the error ERRORS_LOOK_BACK_LINES = 10 ERRORS_LOOK_BACK_MAP = {