Skip to content

Commit

Permalink
Unskip flaky security test by removing use of esArchiver (#138731)
Browse files Browse the repository at this point in the history
  • Loading branch information
legrego authored Aug 12, 2022
1 parent e9dd7ef commit 77931ea
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions x-pack/test/functional/apps/security/security.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
const testSubjects = getService('testSubjects');
const spaces = getService('spaces');

// FLAKY: https://github.com/elastic/kibana/issues/60132
describe.skip('Security', function () {
describe('Security', function () {
this.tags('includeFirefox');
describe('Login Page', () => {
before(async () => {
Expand Down

0 comments on commit 77931ea

Please sign in to comment.