Skip to content

Commit

Permalink
chore: disable flakey e2e_synching.test.ts (#9439)
Browse files Browse the repository at this point in the history
  • Loading branch information
ludamad authored Oct 25, 2024
1 parent 91c50dd commit 01147a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions yarn-project/end-to-end/src/e2e_synching.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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) => {
Expand Down Expand Up @@ -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 () => {
Expand Down

0 comments on commit 01147a5

Please sign in to comment.