diff --git a/x-pack/test/functional/apps/security/security.ts b/x-pack/test/functional/apps/security/security.ts index 11acd71ffc22d8..5f93739bfe7bb2 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 () => {