From 2b1dcae66627f183e36ea9dbd6e79c378a5bb116 Mon Sep 17 00:00:00 2001 From: Alex Gherghisan Date: Mon, 21 Oct 2024 09:35:21 +0000 Subject: [PATCH] chore: re-enable test fixed by Native World State Fix #8306 --- yarn-project/end-to-end/src/e2e_block_building.test.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/yarn-project/end-to-end/src/e2e_block_building.test.ts b/yarn-project/end-to-end/src/e2e_block_building.test.ts index 17e19850e80..e3e96f15ce8 100644 --- a/yarn-project/end-to-end/src/e2e_block_building.test.ts +++ b/yarn-project/end-to-end/src/e2e_block_building.test.ts @@ -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,