Chore: Skip Explore flaky test (#70157)

This commit is contained in:
Giordano Ricci
2023-06-15 14:55:25 +01:00
committed by GitHub
parent 25b65cce25
commit 2675f90eaa

View File

@@ -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',