From b1a69665703ec5dbab6d5068ca18832773654d40 Mon Sep 17 00:00:00 2001 From: Francesco Novy Date: Mon, 12 Aug 2024 13:37:59 +0200 Subject: [PATCH] skip eslint test in node 14 --- scripts/ci-unit-tests.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/ci-unit-tests.ts b/scripts/ci-unit-tests.ts index 7926c7043b3c..ea771b29a957 100644 --- a/scripts/ci-unit-tests.ts +++ b/scripts/ci-unit-tests.ts @@ -35,6 +35,7 @@ const BROWSER_TEST_PACKAGES = [ '@sentry/wasm', ]; +// These are Node-version specific tests that need to be skipped because of support const SKIP_TEST_PACKAGES: Record = { '14': { ignoredPackages: [ @@ -45,6 +46,7 @@ const SKIP_TEST_PACKAGES: Record = { '@sentry/astro', '@sentry/nuxt', '@sentry/nestjs', + '@sentry-internal/eslint-plugin-sdk', ], }, '16': {