Skip to content

Commit

Permalink
test(client): skip test for #13913 fix (#15559)
Browse files Browse the repository at this point in the history
  • Loading branch information
millsp committed Sep 27, 2022
1 parent 3a8282b commit ce16bc7
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -5,7 +5,8 @@ import type { PrismaClient } from './node_modules/@prisma/client'
declare let prisma: PrismaClient

testMatrix.setupTestSuite(() => {
test('int overflow', async () => {
// TODO: re-enable this or change it once we have decided the fix
test.skip('int overflow', async () => {
const promise = prisma.resource.create({
data: {
number: 2265000000,
Expand Down

0 comments on commit ce16bc7

Please sign in to comment.