mirror of
https://github.com/grafana/grafana.git
synced 2025-02-16 18:34:52 -06:00
parent
63848ad2e7
commit
a008a01315
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user