Skip to content

Commit

Permalink
chore: reenable sync test (#9160)
Browse files Browse the repository at this point in the history
  • Loading branch information
Maddiaa0 authored Oct 10, 2024
1 parent f0d45dd commit a71642f
Show file tree
Hide file tree
Showing 5 changed files with 65 additions and 69 deletions.
6 changes: 3 additions & 3 deletions yarn-project/end-to-end/src/e2e_synching.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ const variants: VariantDefinition[] = [
{ blockCount: 1000, txCount: 4, txComplexity: TxComplexity.PrivateTransfer },
];

describe.skip('e2e_synching', () => {
describe('e2e_synching', () => {
// WARNING: Running this with AZTEC_GENERATE_TEST_DATA is VERY slow, and will build a whole slew
// of fixtures including multiple blocks with many transaction in.
it.each(variants)(
Expand Down Expand Up @@ -453,7 +453,7 @@ describe.skip('e2e_synching', () => {
await teardown();
};

describe.skip('replay history and then do a fresh sync', () => {
describe('replay history and then do a fresh sync', () => {
it.each(variants)(
'vanilla - %s',
async (variantDef: VariantDefinition) => {
Expand Down Expand Up @@ -490,7 +490,7 @@ describe.skip('e2e_synching', () => {
);
});

describe.skip('a wild prune appears', () => {
describe('a wild prune appears', () => {
const ASSUME_PROVEN_THROUGH = 0;

it('archiver following catches reorg as it occur and deletes blocks', async () => {
Expand Down

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

0 comments on commit a71642f

Please sign in to comment.