Skip to content

Commit d5274df

Browse files
authored
Explore: Skip flaky query history test (grafana#59135)
Skip flaky query history test
1 parent f8dc333 commit d5274df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/app/features/explore/spec/queryHistory.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ describe('Explore: Query History', () => {
142142
await assertQueryHistory(['{"expr":"query #2"}', '{"expr":"query #1"}']);
143143
});
144144

145-
it('updates the state in both Explore panes', async () => {
145+
it.skip('updates the state in both Explore panes', async () => {
146146
const urlParams = {
147147
left: serializeStateToUrlParam({
148148
datasource: 'loki',

0 commit comments

Comments
 (0)