Dashboards: Disable flaky import dashboard test in old architecture. (#101282)

disable flaky test
pull/101289/head
Oscar Kilhed 4 months ago committed by GitHub
parent 87a4034332
commit df99c92823
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      e2e/old-arch/dashboards-suite/import-dashboard.spec.ts

@ -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…
Cancel
Save