From 486e5ddc4a6f252011384dd0ab2f8d8f8f51c4ae Mon Sep 17 00:00:00 2001 From: Nathaniel Cook Date: Fri, 28 Jun 2024 10:29:53 -0600 Subject: [PATCH] fix: skip flaky migration all event types test (#153) --- suite/src/__tests__/migration/all-event-types.tests.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/suite/src/__tests__/migration/all-event-types.tests.ts b/suite/src/__tests__/migration/all-event-types.tests.ts index b52fd51..58dc98b 100644 --- a/suite/src/__tests__/migration/all-event-types.tests.ts +++ b/suite/src/__tests__/migration/all-event-types.tests.ts @@ -198,7 +198,8 @@ describe('All Event Types', () => { let listModelId: StreamID let ceramicVersion: string - test('migrate', async () => { + //See https://linear.app/3boxlabs/issue/AES-197/fix-flaky-migration-ceramic-test + test.skip('migrate', async () => { // Setup client and models ceramicVersion = await getVersion(ceramicUrls[0]) const did = await createDid(adminSeeds[0])