remove e2e tests for oldarch
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user