Skip to content

Commit 3fd1802

Browse files
authored
chore: re-enable test fixed by Native World State (#9289)
Fix #8306
1 parent f95bcff commit 3fd1802

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

yarn-project/end-to-end/src/e2e_block_building.test.ts

+1-2
Original file line numberDiff line numberDiff line change
@@ -369,8 +369,7 @@ describe('e2e_block_building', () => {
369369
await account.waitSetup();
370370
});
371371

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

0 commit comments

Comments
 (0)