From 9003e32067331b2029b3736f64fd7ecea8c84f22 Mon Sep 17 00:00:00 2001 From: Maria Hutt Date: Mon, 3 Jun 2024 12:40:02 -0700 Subject: [PATCH] test(tutorial): skip due to flakiness --- e2e/specs/tutorial.cy.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e2e/specs/tutorial.cy.ts b/e2e/specs/tutorial.cy.ts index 1b5e32f90..9bab58971 100644 --- a/e2e/specs/tutorial.cy.ts +++ b/e2e/specs/tutorial.cy.ts @@ -1,4 +1,4 @@ -describe('Tutorial Page', () => { +describe.skip('Tutorial Page', () => { beforeEach(() => { cy.enableTutorial(); });