Skip to content

Commit

Permalink
Unskip useQueryBar unit test. (elastic#163963)
Browse files Browse the repository at this point in the history
Resolves elastic#112677 

## Summary

Unskip test.
  • Loading branch information
awahab07 authored Aug 15, 2023
1 parent 9aaf168 commit 95d607b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import { UptimeUrlParams } from '../../../lib/helper/url_params';
const SAMPLE_ES_FILTERS = `{"bool":{"should":[{"match_phrase":{"monitor.id":"NodeServer"}}],"minimum_should_match":1}}`;

// FLAKY: https://github.com/elastic/kibana/issues/112677
describe.skip('useQueryBar', () => {
describe('useQueryBar', () => {
let DEFAULT_URL_PARAMS: UptimeUrlParams;
let wrapper: any;
let useUrlParamsSpy: jest.SpyInstance<[URL.GetUrlParams, URL.UpdateUrlParams]>;
Expand Down

0 comments on commit 95d607b

Please sign in to comment.