From 36ca26d2905ab2479f011da3dd26c94c69f49fcc Mon Sep 17 00:00:00 2001 From: Tyler Smalley Date: Tue, 16 Mar 2021 11:08:02 -0700 Subject: [PATCH] skip flaky suite (#94666) --- x-pack/test/accessibility/apps/ml.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/x-pack/test/accessibility/apps/ml.ts b/x-pack/test/accessibility/apps/ml.ts index 08762353132e..4689180c457a 100644 --- a/x-pack/test/accessibility/apps/ml.ts +++ b/x-pack/test/accessibility/apps/ml.ts @@ -13,7 +13,8 @@ export default function ({ getService }: FtrProviderContext) { const a11y = getService('a11y'); const ml = getService('ml'); - describe('ml', () => { + // Failing: See https://github.com/elastic/kibana/issues/94666 + describe.skip('ml', () => { const esArchiver = getService('esArchiver'); before(async () => {