Skip to content

Commit

Permalink
skip flaky suite (#96372)
Browse files Browse the repository at this point in the history
  • Loading branch information
tylersmalley committed Oct 5, 2021
1 parent 92b1d8b commit f83067d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion x-pack/test/accessibility/apps/login_page.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
const retry = getService('retry');
const PageObjects = getPageObjects(['common', 'security']);

describe('Security', () => {
// Failing: See https://github.com/elastic/kibana/issues/96372
describe.skip('Security', () => {
describe('Login Page', () => {
before(async () => {
await esArchiver.load('x-pack/test/functional/es_archives/empty_kibana');
Expand Down

0 comments on commit f83067d

Please sign in to comment.