From 35c846f47b6efbcdc80c9dbc92fb5b0ea5b43654 Mon Sep 17 00:00:00 2001 From: Josh Hunt Date: Thu, 21 Mar 2024 15:59:13 +0000 Subject: [PATCH] Skip RTP e2e tests for now (#84925) --- e2e/various-suite/return-to-previous.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e2e/various-suite/return-to-previous.spec.ts b/e2e/various-suite/return-to-previous.spec.ts index 85b3f937e98..82b87367b6e 100644 --- a/e2e/various-suite/return-to-previous.spec.ts +++ b/e2e/various-suite/return-to-previous.spec.ts @@ -1,6 +1,6 @@ import { e2e } from '../utils'; -describe('ReturnToPrevious button', () => { +describe.skip('ReturnToPrevious button', () => { beforeEach(() => { e2e.flows.login(Cypress.env('USERNAME'), Cypress.env('PASSWORD')); cy.window().then((win) => {