Chore: skips flaky e2e test (#104167)

This commit is contained in:
Hugo Häggmark 2025-04-17 14:01:26 +02:00 committed by GitHub
parent 3380ea441a
commit 0c646fa520
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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'));
});