Skip to content

Commit 31041af

Browse files
committed
skip flaky suite (#85208)
1 parent 8710a81 commit 31041af

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

x-pack/test/functional/apps/uptime/locations.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@ export default ({ getPageObjects, getService }: FtrProviderContext) => {
3939
await makeChecksWithStatus(es, LessAvailMonitor, 5, 2, 10000, {}, 'down');
4040
};
4141

42-
describe('Observer location', () => {
42+
// FLAKY: https://github.com/elastic/kibana/issues/85208
43+
describe.skip('Observer location', () => {
4344
const start = '~ 15 minutes ago';
4445
const end = 'now';
4546

0 commit comments

Comments
 (0)