From 0978ec5e9155923fa8e0080f90ff290ec8a1ff13 Mon Sep 17 00:00:00 2001 From: Alex Khomenko Date: Fri, 9 May 2025 13:33:27 +0300 Subject: [PATCH] Chore: Skip flakey loki query editor e2e test (#105170) --- e2e/various-suite/loki-table-explore-to-dash.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e2e/various-suite/loki-table-explore-to-dash.spec.ts b/e2e/various-suite/loki-table-explore-to-dash.spec.ts index f4867855ca3..6de67e4199e 100644 --- a/e2e/various-suite/loki-table-explore-to-dash.spec.ts +++ b/e2e/various-suite/loki-table-explore-to-dash.spec.ts @@ -110,7 +110,7 @@ const lokiQueryResult = { }, }; -describe('Loki Query Editor', () => { +describe.skip('Loki Query Editor', () => { beforeEach(() => { e2e.flows.login(Cypress.env('USERNAME'), Cypress.env('PASSWORD')); });