mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Chore: Skip Explore flaky test (#70157)
This commit is contained in:
@@ -137,7 +137,8 @@ describe('Explore: Query History', () => {
|
||||
await assertQueryHistory(['{"expr":"query #2"}', '{"expr":"query #1"}']);
|
||||
});
|
||||
|
||||
it('updates the state in both Explore panes', async () => {
|
||||
// FIXME: flaky test
|
||||
it.skip('updates the state in both Explore panes', async () => {
|
||||
const urlParams = {
|
||||
left: serializeStateToUrlParam({
|
||||
datasource: 'loki',
|
||||
|
Reference in New Issue
Block a user