mirror of https://github.com/grafana/grafana.git
Chore: skips flaky e2e test (#104167)
This commit is contained in:
parent
3380ea441a
commit
0c646fa520
|
@ -2,7 +2,7 @@ import { e2e } from '../utils';
|
|||
|
||||
const DASHBOARD_ID = 'P2jR04WVk';
|
||||
|
||||
describe('Geomap spatial operations', () => {
|
||||
describe.skip('Geomap spatial operations', () => {
|
||||
beforeEach(() => {
|
||||
e2e.flows.login(Cypress.env('USERNAME'), Cypress.env('PASSWORD'));
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue