skip flaky suites (#116064)

This commit is contained in:
Tiago Costa 2021-11-10 13:13:09 +00:00
parent 94333460b5
commit 49fe04196a
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA

View file

@ -25,7 +25,8 @@ export default ({ getService, getPageObjects }: FtrProviderContext) => {
await esArchiver.unload('x-pack/test/functional/es_archives/observability/alerts');
});
describe('When user has all priviledges for cases', () => {
// FLAKY: https://github.com/elastic/kibana/issues/116064
describe.skip('When user has all priviledges for cases', () => {
before(async () => {
await observability.users.setTestUserRole(
observability.users.defineBasicObservabilityRole({