We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8710a81 commit 31041afCopy full SHA for 31041af
1 file changed
x-pack/test/functional/apps/uptime/locations.ts
@@ -39,7 +39,8 @@ export default ({ getPageObjects, getService }: FtrProviderContext) => {
39
await makeChecksWithStatus(es, LessAvailMonitor, 5, 2, 10000, {}, 'down');
40
};
41
42
- describe('Observer location', () => {
+ // FLAKY: https://github.com/elastic/kibana/issues/85208
43
+ describe.skip('Observer location', () => {
44
const start = '~ 15 minutes ago';
45
const end = 'now';
46
0 commit comments