From 01147a59bb67a6aec1a9d41d06f97c7bafb23ac6 Mon Sep 17 00:00:00 2001 From: ludamad Date: Fri, 25 Oct 2024 16:56:52 -0400 Subject: [PATCH] chore: disable flakey e2e_synching.test.ts (#9439) --- yarn-project/end-to-end/src/e2e_synching.test.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/yarn-project/end-to-end/src/e2e_synching.test.ts b/yarn-project/end-to-end/src/e2e_synching.test.ts index ddd83679fb3..387ebd6422d 100644 --- a/yarn-project/end-to-end/src/e2e_synching.test.ts +++ b/yarn-project/end-to-end/src/e2e_synching.test.ts @@ -454,7 +454,7 @@ describe('e2e_synching', () => { await teardown(); }; - describe('replay history and then do a fresh sync', () => { + describe.skip('replay history and then do a fresh sync', () => { it.each(variants)( 'vanilla - %s', async (variantDef: VariantDefinition) => { @@ -491,7 +491,7 @@ describe('e2e_synching', () => { ); }); - describe('a wild prune appears', () => { + describe.skip('a wild prune appears', () => { const ASSUME_PROVEN_THROUGH = 0; it('archiver following catches reorg as it occur and deletes blocks', async () => {