From 60edd988ac4f1beaaf22f2288e06679e59fa032d Mon Sep 17 00:00:00 2001 From: Kristina Date: Wed, 10 Apr 2024 09:05:07 -0500 Subject: [PATCH] Explore: Skip flaky test (#85878) Skip flaky test --- public/app/features/explore/spec/queryHistory.test.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/app/features/explore/spec/queryHistory.test.tsx b/public/app/features/explore/spec/queryHistory.test.tsx index 66eefeea309..76fcc7a0124 100644 --- a/public/app/features/explore/spec/queryHistory.test.tsx +++ b/public/app/features/explore/spec/queryHistory.test.tsx @@ -119,7 +119,7 @@ describe('Explore: Query History', () => { }); }); - it('adds recently added query if the query history panel is already open', async () => { + it.skip('adds recently added query if the query history panel is already open', async () => { const urlParams = { left: serializeStateToUrlParam({ datasource: 'loki',