Skip to content

Commit

Permalink
chore: re-enable test fixed by Native World State
Browse files Browse the repository at this point in the history
Fix #8306
  • Loading branch information
alexghr committed Oct 21, 2024
1 parent 2a4188c commit 2b1dcae
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 2b1dcae

Please sign in to comment.