Explore: Skip flaky query history test (#59135)

Skip flaky query history test
This commit is contained in:
Kristina 2022-11-22 09:52:50 -06:00 committed by GitHub
parent f8dc333ee4
commit d5274dfdda
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -142,7 +142,7 @@ describe('Explore: Query History', () => {
await assertQueryHistory(['{"expr":"query #2"}', '{"expr":"query #1"}']); 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 = { const urlParams = {
left: serializeStateToUrlParam({ left: serializeStateToUrlParam({
datasource: 'loki', datasource: 'loki',