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