Skip to content

Commit

Permalink
Unskip flaky security test by removing use of esArchiver (elastic#138731
Browse files Browse the repository at this point in the history
)
  • Loading branch information
legrego authored and Mpdreamz committed Sep 6, 2022
1 parent 0f01bd8 commit 671ae6d
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 671ae6d

Please sign in to comment.