Skip to content

Commit 79c3217

Browse files
committed
skip prisma test
1 parent f7b81d0 commit 79c3217

File tree

2 files changed

+2
-2
lines changed
  • dev-packages/node-integration-tests/suites

2 files changed

+2
-2
lines changed

dev-packages/node-integration-tests/suites/tracing-new/prisma-orm/test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { TestEnv, assertSentryTransaction, conditionalTest } from '../../../utils';
22

3-
conditionalTest({ min: 12 })('Prisma ORM Integration', () => {
3+
conditionalTest({ min: 14 })('Prisma ORM Integration', () => {
44
test('should instrument Prisma client for tracing.', async () => {
55
const env = await TestEnv.init(__dirname);
66
const envelope = await env.getEnvelopeRequest({ envelopeType: 'transaction' });

dev-packages/node-integration-tests/suites/tracing/prisma-orm/test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { TestEnv, assertSentryTransaction, conditionalTest } from '../../../utils';
22

3-
conditionalTest({ min: 12 })('Prisma ORM Integration', () => {
3+
conditionalTest({ min: 14 })('Prisma ORM Integration', () => {
44
test('should instrument Prisma client for tracing.', async () => {
55
const env = await TestEnv.init(__dirname);
66
const envelope = await env.getEnvelopeRequest({ envelopeType: 'transaction' });

0 commit comments

Comments
 (0)