Unskip remote clusters test 138129 (#143329) (#143401)

* 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 <cuffs@cuffss-Office-MacBook-Pro.local>
(cherry picked from commit 4229010937)

Co-authored-by: John Dorlus <jsdorlus@elastic.co>
This commit is contained in:
Kibana Machine 2022-10-14 16:23:42 -06:00 committed by GitHub
parent 5db45c6bac
commit 0a8405d490
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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');