mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
Unskip remote clusters test 138129 (#143329)
* 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>
This commit is contained in:
parent
90b9c4483c
commit
4229010937
1 changed files with 1 additions and 2 deletions
|
@ -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');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue