remove e2e tests for oldarch

This commit is contained in:
Yulia Shanyrova
2026-01-14 08:45:02 +01:00
parent 855d25443b
commit a8d9315b01
2 changed files with 6 additions and 8 deletions
+6 -6
View File
@@ -200,15 +200,15 @@ jobs:
fail-fast: false
matrix:
include:
- suite: various-suite (old arch)
path: e2e/old-arch/various-suite
flags: --flags="--env dashboardScene=false"
# - suite: various-suite (old arch)
# path: e2e/old-arch/various-suite
# flags: --flags="--env dashboardScene=false"
- suite: dashboards-suite (old arch)
path: e2e/old-arch/dashboards-suite
flags: --flags="--env dashboardScene=false"
- suite: smoke-tests-suite (old arch)
path: e2e/old-arch/smoke-tests-suite
flags: --flags="--env dashboardScene=false"
# - suite: smoke-tests-suite (old arch)
# path: e2e/old-arch/smoke-tests-suite
# flags: --flags="--env dashboardScene=false"
- suite: panels-suite (old arch)
path: e2e/old-arch/panels-suite
flags: --flags="--env dashboardScene=false"
-2
View File
@@ -158,7 +158,6 @@ export default defineConfig<PluginOptions>({
withAuth({
name: 'various',
testDir: path.join(testDirRoot, '/various-suite'),
testIgnore: ['**/*'], // Skip all tests in various-suite
}),
withAuth({
name: 'panels',
@@ -167,7 +166,6 @@ 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',