Geomap: skip flakey e2e tests (#104155)

pull/104100/head
Ryan McKinley 1 month ago committed by GitHub
parent eac2df7fed
commit a02ff218df
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      e2e/old-arch/panels-suite/geomap-spatial-operations-transform.spec.ts
  2. 2
      e2e/panels-suite/geomap-spatial-operations-transform.spec.ts

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

Loading…
Cancel
Save