From 61e3ceb1003724ed5d77ed5e1255423e81bf1949 Mon Sep 17 00:00:00 2001 From: Tiago Costa Date: Mon, 15 May 2023 19:29:17 +0100 Subject: [PATCH] skip flaky suite (#157722) --- x-pack/test/functional/apps/security/security.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/x-pack/test/functional/apps/security/security.ts b/x-pack/test/functional/apps/security/security.ts index 11acd71ffc22d..5f93739bfe7bb 100644 --- a/x-pack/test/functional/apps/security/security.ts +++ b/x-pack/test/functional/apps/security/security.ts @@ -16,7 +16,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) { const testSubjects = getService('testSubjects'); const spaces = getService('spaces'); - describe('Security', function () { + // FLAKY: https://github.com/elastic/kibana/issues/157722 + describe.skip('Security', function () { this.tags('includeFirefox'); describe('Login Page', () => { before(async () => {