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

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);
},