Skip to content

Commit 7bd99e1

Browse files
committed
Exclude otel v2 tests
1 parent 4ab79ef commit 7bd99e1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

dev-packages/opentelemetry-v2-tests/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "opentelemetry-v2-tests",
2+
"name": "@sentry-internal/opentelemetry-v2-tests",
33
"version": "1.0.0",
44
"private": true,
55
"description": "Tests for @sentry/opentelemetry with OpenTelemetry v2",

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@
3232
"dedupe-deps:check": "yarn-deduplicate yarn.lock --list --fail",
3333
"dedupe-deps:fix": "yarn-deduplicate yarn.lock",
3434
"postpublish": "lerna run --stream --concurrency 1 postpublish",
35-
"test": "lerna run --ignore \"@sentry-internal/{browser-integration-tests,e2e-tests,integration-shims,node-integration-tests}\" test",
36-
"test:unit": "lerna run --ignore \"@sentry-internal/{browser-integration-tests,e2e-tests,integration-shims,node-integration-tests}\" test:unit",
35+
"test": "lerna run --ignore \"@sentry-internal/{browser-integration-tests,e2e-tests,integration-shims,node-integration-tests,opentelemetry-v2-tests}\" test",
36+
"test:unit": "lerna run --ignore \"@sentry-internal/{browser-integration-tests,e2e-tests,integration-shims,node-integration-tests,opentelemetry-v2-tests}\" test:unit",
3737
"test:update-snapshots": "lerna run test:update-snapshots",
38-
"test:pr": "nx affected -t test --exclude \"@sentry-internal/{browser-integration-tests,e2e-tests,integration-shims,node-integration-tests}\"",
38+
"test:pr": "nx affected -t test --exclude \"@sentry-internal/{browser-integration-tests,e2e-tests,integration-shims,node-integration-tests,opentelemetry-v2-tests}\"",
3939
"test:pr:browser": "UNIT_TEST_ENV=browser ts-node ./scripts/ci-unit-tests.ts --affected",
4040
"test:pr:node": "UNIT_TEST_ENV=node ts-node ./scripts/ci-unit-tests.ts --affected",
4141
"test:ci:browser": "UNIT_TEST_ENV=browser ts-node ./scripts/ci-unit-tests.ts",

0 commit comments

Comments
 (0)