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',