Skip to content

Commit

Permalink
skip flaky suite (#85208)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Mar 1, 2021
1 parent 8710a81 commit 31041af
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion x-pack/test/functional/apps/uptime/locations.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,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';

Expand Down

0 comments on commit 31041af

Please sign in to comment.