Skip to content

Commit

Permalink
skip flaky suite (#157722)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed May 15, 2023
1 parent f61bbf3 commit 61e3ceb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion x-pack/test/functional/apps/security/security.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 () => {
Expand Down

0 comments on commit 61e3ceb

Please sign in to comment.