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
5 changes: 5 additions & 0 deletions .test_patterns.yml
Original file line number Diff line number Diff line change
Expand Up @@ -309,6 +309,11 @@ tests:
owners:
- *palla

- regex: "src/e2e_block_building.test.ts"
error_regex: "✕ processes txs until hitting timetable"
owners:
- *palla

# http://ci.aztec-labs.com/e8228a36afda93b8
# Test passed but there was an error on stopping
- regex: "playground/scripts/run_test.sh"
Expand Down
3 changes: 1 addition & 2 deletions yarn-project/end-to-end/src/e2e_block_building.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,7 @@ describe('e2e_block_building', () => {

afterAll(() => teardown());

// TODO(palla/mbps): We've seen these errors on syncing world state if we abort a tx processing halfway through.
it.skip('processes txs until hitting timetable', async () => {
it('processes txs until hitting timetable', async () => {
// We send enough txs so they are spread across multiple blocks, but not
// so many so that we don't end up hitting a reorg or timing out the tx wait().
const TX_COUNT = 16;
Expand Down
Loading