Skip to content

Commit

Permalink
Unskip remote clusters test 138129 (#143329)
Browse files Browse the repository at this point in the history
* Removed comment of the issue that was referenced for the skip. But the tests were already skipped.

* Unskipping test as a fix has been made. 138510

Co-authored-by: cuffs <[email protected]>
  • Loading branch information
John Dorlus and cuffs authored Oct 14, 2022
1 parent 90b9c44 commit 4229010
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@ export default function ({ getPageObjects, getService }: FtrProviderContext) {
const appsMenu = getService('appsMenu');
const managementMenu = getService('managementMenu');

// Failing: See https://github.com/elastic/kibana/issues/138129
describe.skip('security', () => {
describe('security', () => {
before(async () => {
await kibanaServer.savedObjects.cleanStandardList();
await PageObjects.common.navigateToApp('home');
Expand Down

0 comments on commit 4229010

Please sign in to comment.