[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 d5274dfdda)

Co-authored-by: Kristina <kristina.durivage@grafana.com>
This commit is contained in:
Grot (@grafanabot)
2022-11-29 08:35:00 -06:00
committed by GitHub
co-authored by Kristina
parent c90230a194
commit f6dca21a46
@@ -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',