Geomap: skip flakey e2e tests (#104155)

This commit is contained in:
Ryan McKinley
2025-04-17 13:07:18 +03:00
committed by GitHub
parent eac2df7fed
commit a02ff218df
2 changed files with 2 additions and 2 deletions
@@ -7,7 +7,7 @@ describe('Geomap spatial operations', () => {
e2e.flows.login(Cypress.env('USERNAME'), Cypress.env('PASSWORD'));
});
it('Tests location auto option', () => {
it.skip('Tests location auto option', () => {
e2e.flows.openDashboard({ uid: DASHBOARD_ID, queryParams: { editPanel: 1 } });
e2e.components.Tab.title('Transform data').should('be.visible').click();
e2e.components.Transforms.addTransformationButton().scrollIntoView().should('be.visible').click();
@@ -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'));
});