From 2630dcaea520ec3e432f064f84fdf98e6daec1f5 Mon Sep 17 00:00:00 2001 From: "Grot (@grafanabot)" <43478413+grafanabot@users.noreply.github.com> Date: Thu, 26 May 2022 06:25:18 -0400 Subject: [PATCH] Chore: Re-enable skipped test (#49484) (#49676) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Re-enable skipped test (cherry picked from commit a008a01315d106bfca4ae756fd471454f534bd35) Co-authored-by: Piotr Jamróz --- public/app/features/explore/spec/queryHistory.test.tsx | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/public/app/features/explore/spec/queryHistory.test.tsx b/public/app/features/explore/spec/queryHistory.test.tsx index 4133ce61da5..f9653aa5752 100644 --- a/public/app/features/explore/spec/queryHistory.test.tsx +++ b/public/app/features/explore/spec/queryHistory.test.tsx @@ -124,10 +124,7 @@ describe('Explore: Query History', () => { await assertQueryHistory(['{"expr":"query #2"}', '{"expr":"query #1"}']); }); - /** - * TODO: #47635 check why this test times out - */ - it.skip('updates the state in both Explore panes', async () => { + it('updates the state in both Explore panes', async () => { const urlParams = { left: serializeStateToUrlParam({ datasource: 'loki',