From c0dd0ca7d33ab30f3e21a9a91056bd3f670b3d76 Mon Sep 17 00:00:00 2001 From: spalger Date: Wed, 11 Sep 2019 14:21:33 -0700 Subject: [PATCH] skip flaky test (#45450) --- .../apps/machine_learning/create_multi_metric_job.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/x-pack/test/functional/apps/machine_learning/create_multi_metric_job.ts b/x-pack/test/functional/apps/machine_learning/create_multi_metric_job.ts index 2eeb0b199858f..759f985aa8cdf 100644 --- a/x-pack/test/functional/apps/machine_learning/create_multi_metric_job.ts +++ b/x-pack/test/functional/apps/machine_learning/create_multi_metric_job.ts @@ -165,7 +165,8 @@ export default function({ getService }: FtrProviderContext) { expect(rows.filter(row => row.id === jobId)).to.have.length(1); }); - it('displays details for the created job in the job list', async () => { + // FLAKY: https://github.com/elastic/kibana/issues/45450 + it.skip('displays details for the created job in the job list', async () => { const expectedRow = { id: jobId, description: jobDescription,