mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
E2E: Skip running import dashboard test (#42270)
This commit is contained in:
parent
070344943c
commit
12d2b9e997
@ -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);
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user