skip flaky suite (#85208)

This commit is contained in:
Tiago Costa 2021-01-19 13:02:13 +00:00
parent c52339e606
commit 659c157cba
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA

View file

@ -38,7 +38,8 @@ export default ({ getPageObjects, getService }: FtrProviderContext) => {
await makeChecksWithStatus(es, LessAvailMonitor, 5, 2, 10000, {}, 'down');
};
describe('Observer location', () => {
// FLAKY: https://github.com/elastic/kibana/issues/85208
describe.skip('Observer location', () => {
const start = '~ 15 minutes ago';
const end = 'now';