Unskip useQueryBar unit test. (#163963)

Resolves #112677 

## Summary

Unskip test.
This commit is contained in:
Abdul Wahab Zahid 2023-08-15 21:13:57 +02:00 committed by GitHub
parent 9aaf16840d
commit 95d607bab0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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]>;