mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Explore: Skip flaky query history test (#59135)
Skip flaky query history test
This commit is contained in:
parent
f8dc333ee4
commit
d5274dfdda
@ -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',
|
||||||
|
Loading…
Reference in New Issue
Block a user