Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .test_patterns.yml
Original file line number Diff line number Diff line change
Expand Up @@ -220,8 +220,8 @@ tests:
error_regex: "✕ Can't claim funds"
owners:
- *lasse
- regex: "src/composed/integration_l1_publisher"
error_regex: "BlockOutOfRangeError"
- regex: "src/e2e_l1_publisher/e2e_l1_publisher.test.ts"
error_regex: "Anvil failed to stop in time"
owners:
- *palla
# http://ci.aztec-labs.com/f2007345762c50a8
Expand Down
2 changes: 0 additions & 2 deletions yarn-project/end-to-end/src/e2e_p2p/gossip_network.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,7 @@ describe('e2e_p2p_network', () => {

afterEach(async () => {
await tryStop(proverNode);
fs.rmSync(`${DATA_DIR}-prover`, { recursive: true, force: true, maxRetries: 3 });
await tryStop(monitoringNode);
fs.rmSync(`${DATA_DIR}-monitor`, { recursive: true, force: true, maxRetries: 3 });
await t.stopNodes(nodes);
await t.teardown();
for (let i = 0; i < NUM_VALIDATORS; i++) {
Expand Down
Loading