skip flaky suite (#116881)

This commit is contained in:
Tiago Costa 2021-11-02 13:02:14 +00:00
parent 91b38c2bae
commit e9f97d75db
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA

View file

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