mirror of https://github.com/grafana/grafana.git
Dashboards: Disable flaky import dashboard test in old architecture. (#101282)
disable flaky test
This commit is contained in:
parent
87a4034332
commit
df99c92823
|
@ -6,7 +6,7 @@ describe('Import Dashboards Test', () => {
|
|||
e2e.flows.login(Cypress.env('USERNAME'), Cypress.env('PASSWORD'));
|
||||
});
|
||||
|
||||
it('Ensure you can import a number of json test dashboards from a specific test directory', () => {
|
||||
it.skip('Ensure you can import a number of json test dashboards from a specific test directory', () => {
|
||||
e2e.flows.importDashboard(testDashboard, 1000);
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue