Temporarily skip a test that is intermittently timing out and causing build failures. (#47637) (#47651)

(cherry picked from commit 7f5e8bb00f)

Co-authored-by: Piotr Jamróz <pm.jamroz@gmail.com>
This commit is contained in:
Grot (@grafanabot)
2022-04-12 17:03:30 +02:00
committed by GitHub
co-authored by Piotr Jamróz
parent 0cb55ee544
commit c7696261fb
@@ -69,7 +69,10 @@ describe('Explore: Query History', () => {
await assertQueryHistory(['{"expr":"query #2"}', '{"expr":"query #1"}']);
});
it('updates the state in both Explore panes', async () => {
/**
* TODO: #47635 check why this test times out
*/
it.skip('updates the state in both Explore panes', async () => {
const urlParams = {
left: serializeStateToUrlParam({
datasource: 'loki',