Skip to content

Commit

Permalink
test(client): skip 8832 (#15565)
Browse files Browse the repository at this point in the history
  • Loading branch information
millsp committed Sep 27, 2022
1 parent 10a0ec4 commit b3c3f07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/client/tests/functional/issues/8832/tests.ts
Expand Up @@ -41,7 +41,7 @@ testMatrix.setupTestSuite(
await prisma.$transaction(cleanPrismaPromises)
}

describe('issue #8832', () => {
describe.skip('issue #8832', () => {
beforeEach(async () => {
await clean()
}, 10_000)
Expand Down

0 comments on commit b3c3f07

Please sign in to comment.