mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
Unskip useQueryBar
unit test. (#163963)
Resolves #112677 ## Summary Unskip test.
This commit is contained in:
parent
9aaf16840d
commit
95d607bab0
1 changed files with 1 additions and 1 deletions
|
@ -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]>;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue