Skip to content

Commit

Permalink
chore: re-enable test fixed by Native World State (#9289)
Browse files Browse the repository at this point in the history
Fix #8306
  • Loading branch information
alexghr authored Oct 21, 2024
1 parent f95bcff commit 3fd1802
Showing 1 changed file with 1 addition and 2 deletions.
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 @@ -369,8 +369,7 @@ describe('e2e_block_building', () => {
await account.waitSetup();
});

// Regression for https://github.com/AztecProtocol/aztec-packages/issues/8306
it.skip('can simulate public txs while building a block', async () => {
it('can simulate public txs while building a block', async () => {
({
teardown,
pxe,
Expand Down

0 comments on commit 3fd1802

Please sign in to comment.