From 60a971aae13e05f2262ac82a854b84909c731e93 Mon Sep 17 00:00:00 2001 From: Tiago Costa Date: Wed, 16 Mar 2022 15:10:03 +0000 Subject: [PATCH] skip flaky suite (#122001) --- .../test/functional/apps/apm/feature_controls/apm_security.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/x-pack/test/functional/apps/apm/feature_controls/apm_security.ts b/x-pack/test/functional/apps/apm/feature_controls/apm_security.ts index b5a206a43aeb6..3a0e4046291e4 100644 --- a/x-pack/test/functional/apps/apm/feature_controls/apm_security.ts +++ b/x-pack/test/functional/apps/apm/feature_controls/apm_security.ts @@ -137,7 +137,8 @@ export default function ({ getPageObjects, getService }: FtrProviderContext) { }); }); - describe('no apm privileges', () => { + // FLAKY: https://github.com/elastic/kibana/issues/122001 + describe.skip('no apm privileges', () => { before(async () => { await security.role.create('no_apm_privileges_role', { elasticsearch: {