From a1fe8f503a6fabbed16c4546ce7162a3e0e221e5 Mon Sep 17 00:00:00 2001 From: Yulia Shanyrova Date: Wed, 14 Jan 2026 08:07:50 +0100 Subject: [PATCH] skip e2e tests for now --- playwright.config.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/playwright.config.ts b/playwright.config.ts index 27ec8b97f13..a09b2cd4ad3 100644 --- a/playwright.config.ts +++ b/playwright.config.ts @@ -158,6 +158,7 @@ export default defineConfig({ withAuth({ name: 'various', testDir: path.join(testDirRoot, '/various-suite'), + testIgnore: ['**/*'], // Skip all tests in various-suite }), withAuth({ name: 'panels', @@ -166,6 +167,7 @@ export default defineConfig({ withAuth({ name: 'smoke', testDir: path.join(testDirRoot, '/smoke-tests-suite'), + testIgnore: ['**/*'], // Skip all tests in smoke-tests-suite }), withAuth({ name: 'dashboards',