Unskip uptime feature control test (#141586)

This commit is contained in:
Shahzad 2022-09-23 16:54:04 +02:00 committed by GitHub
parent 2f02a6e124
commit 99cfd5a1b3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: {