diff --git a/yarn-project/end-to-end/src/composed/ha/e2e_ha_full.test.ts b/yarn-project/end-to-end/src/composed/ha/e2e_ha_full.test.ts index 0275658b883e..6c3a52616b8d 100644 --- a/yarn-project/end-to-end/src/composed/ha/e2e_ha_full.test.ts +++ b/yarn-project/end-to-end/src/composed/ha/e2e_ha_full.test.ts @@ -148,7 +148,8 @@ async function sendTriggerTx( return await waitForTriggerTx(node, txHash); } -describe('HA Full Setup', () => { +// TODO: re-enable once HA block building is reconciled with the always-enforced timetable (#23821). +describe.skip('HA Full Setup', () => { jest.setTimeout(20 * 60 * 1000); // 20 minutes let logger: Logger; diff --git a/yarn-project/end-to-end/src/e2e_epochs/epochs_optimistic_proving.parallel.test.ts b/yarn-project/end-to-end/src/e2e_epochs/epochs_optimistic_proving.parallel.test.ts index 27c0e2dd2e97..6a4335c5988b 100644 --- a/yarn-project/end-to-end/src/e2e_epochs/epochs_optimistic_proving.parallel.test.ts +++ b/yarn-project/end-to-end/src/e2e_epochs/epochs_optimistic_proving.parallel.test.ts @@ -219,7 +219,6 @@ describe('e2e_epochs/epochs_optimistic_proving', () => { aztecSlotDuration: 36, blockDurationMs: 8000, minTxsPerBlock: 0, - enforceTimeTable: true, aztecProofSubmissionEpochs: 1000, anvilSlotsInAnEpoch: 32, inboxLag: 2, @@ -363,7 +362,6 @@ describe('e2e_epochs/epochs_optimistic_proving', () => { aztecSlotDuration: 36, blockDurationMs: 8000, minTxsPerBlock: 0, - enforceTimeTable: true, aztecProofSubmissionEpochs: 1000, anvilSlotsInAnEpoch: 32, }); @@ -470,7 +468,6 @@ describe('e2e_epochs/epochs_optimistic_proving', () => { aztecSlotDuration: 36, blockDurationMs: 8000, minTxsPerBlock: 0, - enforceTimeTable: true, aztecProofSubmissionEpochs: 1000, anvilSlotsInAnEpoch: 32, }); @@ -555,7 +552,6 @@ describe('e2e_epochs/epochs_optimistic_proving', () => { aztecSlotDuration: 36, blockDurationMs: 8000, minTxsPerBlock: 0, - enforceTimeTable: true, aztecProofSubmissionEpochs: 1000, anvilSlotsInAnEpoch: 32, inboxLag: 2, @@ -643,7 +639,6 @@ describe('e2e_epochs/epochs_optimistic_proving', () => { aztecSlotDuration: 36, blockDurationMs: 8000, minTxsPerBlock: 0, - enforceTimeTable: true, aztecProofSubmissionEpochs: 1000, anvilSlotsInAnEpoch: 32, }); @@ -777,7 +772,6 @@ describe('e2e_epochs/epochs_optimistic_proving', () => { aztecSlotDuration: 36, blockDurationMs: 8000, minTxsPerBlock: 0, - enforceTimeTable: true, aztecProofSubmissionEpochs: 1000, anvilSlotsInAnEpoch: 32, });