Commit e9c8a60
committed
fix(log): ignore serialization format error globally
Move the "expected change in the serialization format" error from a
test-specific ignore rule to the global ERRORS_IGNORED list in
logfiles.py. This ensures the error is ignored consistently across all
tests, simplifying maintenance and reducing duplication.1 parent 06b9bae commit e9c8a60
File tree
2 files changed
+1
-7
lines changed- cardano_node_tests
- tests
- utils
2 files changed
+1
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
96 | | - | |
97 | | - | |
98 | | - | |
99 | | - | |
100 | | - | |
101 | | - | |
102 | | - | |
103 | 96 | | |
104 | 97 | | |
105 | 98 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
| 62 | + | |
62 | 63 | | |
63 | 64 | | |
64 | 65 | | |
| |||
0 commit comments