Skip to content

Commit

Permalink
skip flaky suite (elastic#156312)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic authored and delanni committed May 25, 2023
1 parent 36e400d commit 53346a6
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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 privileges for cases', () => {
// FLAKY: https://github.com/elastic/kibana/issues/156312
describe.skip('When user has all privileges for cases', () => {
before(async () => {
await observability.users.setTestUserRole(
observability.users.defineBasicObservabilityRole({
Expand Down

0 comments on commit 53346a6

Please sign in to comment.