mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
skip flaky suite (#85208)
This commit is contained in:
parent
c52339e606
commit
659c157cba
1 changed files with 2 additions and 1 deletions
|
@ -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';
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue