Chore: Re-enable skipped test (#49484)

* Re-enable skipped test
This commit is contained in:
Piotr Jamróz 2022-05-26 12:01:33 +02:00 committed by GitHub
parent 63848ad2e7
commit a008a01315
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -124,10 +124,7 @@ describe('Explore: Query History', () => {
await assertQueryHistory(['{"expr":"query #2"}', '{"expr":"query #1"}']);
});
/**
* TODO: #47635 check why this test times out
*/
it.skip('updates the state in both Explore panes', async () => {
it('updates the state in both Explore panes', async () => {
const urlParams = {
left: serializeStateToUrlParam({
datasource: 'loki',