mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
Unskip uptime feature control test (#141586)
This commit is contained in:
parent
2f02a6e124
commit
99cfd5a1b3
1 changed files with 1 additions and 2 deletions
|
@ -137,8 +137,7 @@ export default function ({ getPageObjects, getService }: FtrProviderContext) {
|
|||
});
|
||||
});
|
||||
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/104249
|
||||
describe.skip('no uptime privileges', () => {
|
||||
describe('no uptime privileges', () => {
|
||||
before(async () => {
|
||||
await security.role.create('no_uptime_privileges_role', {
|
||||
elasticsearch: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue