E2E: Skip running import dashboard test (#42270) (#42272)

(cherry picked from commit 12d2b9e997)

Co-authored-by: Torkel Ödegaard <torkel@grafana.org>
This commit is contained in:
Grot (@grafanabot) 2021-11-25 04:06:10 -05:00 committed by GitHub
parent aab276315e
commit 4f45b44a71
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', itName: 'Ensure you can import a number of json test dashboards from a specific test directory',
addScenarioDataSource: false, addScenarioDataSource: false,
addScenarioDashBoard: false, addScenarioDashBoard: false,
skipScenario: false, skipScenario: true,
scenario: () => { scenario: () => {
e2e.flows.importDashboards('/dashboards', 1000); e2e.flows.importDashboards('/dashboards', 1000);
}, },