From f6dca21a46f391e5a55049cc395e56491191dae5 Mon Sep 17 00:00:00 2001 From: "Grot (@grafanabot)" <43478413+grafanabot@users.noreply.github.com> Date: Tue, 29 Nov 2022 16:35:00 +0200 Subject: [PATCH] [v9.3.x] Explore: Skip flaky query history test (#59139) Explore: Skip flaky query history test (#59135) Skip flaky query history test (cherry picked from commit d5274dfdda0274c3faac3e885f77e5c4656082a7) Co-authored-by: Kristina --- 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 0e3f67b28c5..f9d102fa320 100644 --- a/public/app/features/explore/spec/queryHistory.test.tsx +++ b/public/app/features/explore/spec/queryHistory.test.tsx @@ -142,7 +142,7 @@ describe('Explore: Query History', () => { await assertQueryHistory(['{"expr":"query #2"}', '{"expr":"query #1"}']); }); - it('updates the state in both Explore panes', async () => { + it.skip('updates the state in both Explore panes', async () => { const urlParams = { left: serializeStateToUrlParam({ datasource: 'loki',