Skip to content

Commit

Permalink
skip failing test suite (#145271)
Browse files Browse the repository at this point in the history
  • Loading branch information
kibanamachine authored and mistic committed Nov 30, 2022
1 parent dd26b07 commit 0b43f5f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion x-pack/test/functional_with_es_ssl/apps/cases/deletion.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ export default ({ getPageObjects, getService }: FtrProviderContext) => {
const testSubjects = getService('testSubjects');
const cases = getService('cases');

describe('cases deletion sub privilege', () => {
// Failing: See https://github.com/elastic/kibana/issues/145271
describe.skip('cases deletion sub privilege', () => {
before(async () => {
await createUsersAndRoles(getService, users, roles);
await PageObjects.security.forceLogout();
Expand Down

0 comments on commit 0b43f5f

Please sign in to comment.