E2E: Skip running import dashboard test (#42270)

This commit is contained in:
Torkel Ödegaard 2021-11-25 09:43:24 +01:00 committed by GitHub
parent 070344943c
commit 12d2b9e997
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,7 +5,7 @@ e2e.scenario({
itName: 'Ensure you can import a number of json test dashboards from a specific test directory',
addScenarioDataSource: false,
addScenarioDashBoard: false,
skipScenario: false,
skipScenario: true,
scenario: () => {
e2e.flows.importDashboards('/dashboards', 1000);
},