skip e2e tests for now

This commit is contained in:
Yulia Shanyrova
2026-01-14 08:07:50 +01:00
parent fed9cd362a
commit a1fe8f503a
+2
View File
@@ -158,6 +158,7 @@ export default defineConfig<PluginOptions>({
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<PluginOptions>({
withAuth({
name: 'smoke',
testDir: path.join(testDirRoot, '/smoke-tests-suite'),
testIgnore: ['**/*'], // Skip all tests in smoke-tests-suite
}),
withAuth({
name: 'dashboards',