From ccd660d55938b548d1f98a6e0ef3d4f03817b9da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Jamr=C3=B3z?= Date: Tue, 16 Apr 2024 14:42:22 +0200 Subject: [PATCH] Explore: Skip flaky test (#86289) Skip flakey test --- public/app/features/explore/spec/queryHistory.test.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/public/app/features/explore/spec/queryHistory.test.tsx b/public/app/features/explore/spec/queryHistory.test.tsx index 66eefeea309..a8e9cfd0acf 100644 --- a/public/app/features/explore/spec/queryHistory.test.tsx +++ b/public/app/features/explore/spec/queryHistory.test.tsx @@ -119,7 +119,8 @@ describe('Explore: Query History', () => { }); }); - it('adds recently added query if the query history panel is already open', async () => { + // TODO: #86287 + it.skip('adds recently added query if the query history panel is already open', async () => { const urlParams = { left: serializeStateToUrlParam({ datasource: 'loki',