Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.