diff --git a/x-pack/test/functional/apps/uptime/ml_anomaly.ts b/x-pack/test/functional/apps/uptime/ml_anomaly.ts index 38b5f47011409..d8a06a2d530d1 100644 --- a/x-pack/test/functional/apps/uptime/ml_anomaly.ts +++ b/x-pack/test/functional/apps/uptime/ml_anomaly.ts @@ -14,7 +14,8 @@ export default ({ getService }: FtrProviderContext) => { const esArchiver = getService('esArchiver'); const archive = 'x-pack/test/functional/es_archives/uptime/full_heartbeat'; - describe('uptime ml anomaly', function () { + // FAILING ES FORWARD COMPATIBLITY: https://github.com/elastic/kibana/issues/179166 + describe.skip('uptime ml anomaly', function () { this.tags(['skipFirefox']); const dateStart = 'Sep 10, 2019 @ 12:40:08.078'; const dateEnd = 'Sep 11, 2019 @ 19:40:08.078';