skip flaky suite (#112677)

This commit is contained in:
Tiago Costa 2021-11-03 12:28:08 +00:00
parent b340560175
commit 9d78130b03
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA

View file

@ -17,7 +17,8 @@ import { UptimeUrlParams } from '../../../lib/helper/url_params';
const SAMPLE_ES_FILTERS = `{"bool":{"should":[{"match_phrase":{"monitor.id":"NodeServer"}}],"minimum_should_match":1}}`;
describe('useQueryBar', () => {
// FLAKY: https://github.com/elastic/kibana/issues/112677
describe.skip('useQueryBar', () => {
let DEFAULT_URL_PARAMS: UptimeUrlParams;
let wrapper: any;
let useUrlParamsSpy: jest.SpyInstance<[URL.GetUrlParams, URL.UpdateUrlParams]>;