skip flaky suite (#113080)

This commit is contained in:
Tiago Costa 2021-10-25 13:54:13 +01:00
parent 1a2af9d7d2
commit 61ea89ff7d
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA

View file

@ -192,7 +192,8 @@ export default function ({ getPageObjects, getService }: FtrProviderContext) {
});
});
describe('no dev_tools privileges', () => {
// FLAKY: https://github.com/elastic/kibana/issues/113080
describe.skip('no dev_tools privileges', () => {
before(async () => {
await security.role.create('no_dev_tools_privileges_role', {
kibana: [