mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
* 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:
parent
5db45c6bac
commit
0a8405d490
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