From b4121cb2d6b3a6fee5e0ca1649de78a7dfb2a998 Mon Sep 17 00:00:00 2001 From: Abhijeet Prasad Date: Wed, 19 Apr 2023 16:15:05 +0200 Subject: [PATCH] chore(ci): Skip SvelteKit tests in browser CI (#7905) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9e02a3f547df..8ebd0541f657 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "postpublish": "lerna run --stream --concurrency 1 postpublish", "test": "lerna run --ignore @sentry-internal/* test", "test:unit": "lerna run --ignore @sentry-internal/* test:unit", - "test-ci-browser": "lerna run test --ignore \"@sentry/{node,opentelemetry-node,serverless,nextjs,remix,gatsby}\" --ignore @sentry-internal/*", + "test-ci-browser": "lerna run test --ignore \"@sentry/{node,opentelemetry-node,serverless,nextjs,remix,gatsby,sveltekit}\" --ignore @sentry-internal/*", "test-ci-node": "ts-node ./scripts/node-unit-tests.ts", "test:update-snapshots": "lerna run test:update-snapshots", "yalc:publish": "lerna run yalc:publish"