diff --git a/x-pack/test/functional/apps/ml/anomaly_detection/saved_search_job.ts b/x-pack/test/functional/apps/ml/anomaly_detection/saved_search_job.ts index fb10414d2d9ef..1637369142aa2 100644 --- a/x-pack/test/functional/apps/ml/anomaly_detection/saved_search_job.ts +++ b/x-pack/test/functional/apps/ml/anomaly_detection/saved_search_job.ts @@ -265,7 +265,8 @@ export default function ({ getService }: FtrProviderContext) { }, ]; - describe('saved search', function () { + // Failing: See https://github.com/elastic/kibana/issues/104174 + describe.skip('saved search', function () { this.tags(['mlqa']); before(async () => { await esArchiver.loadIfNeeded('x-pack/test/functional/es_archives/ml/farequote');