Revert "Unskip flaky test (#117402)" (#119549)

This commit is contained in:
Corey Robertson 2021-11-25 08:01:00 -05:00 committed by GitHub
parent c7b0aabd06
commit 8cbf57a7ff
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -499,7 +499,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: {