Skip to content

Commit

Permalink
fix: skip flaky migration all event types test (#153)
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanielc authored Jun 28, 2024
1 parent dd4c93f commit 486e5dd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion suite/src/__tests__/migration/all-event-types.tests.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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])
Expand Down

0 comments on commit 486e5dd

Please sign in to comment.