mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
skip failing test suite (#140547)
This commit is contained in:
parent
2d4b079f2f
commit
77c1e3e751
1 changed files with 2 additions and 1 deletions
|
@ -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/140547
|
||||
describe.skip('cases deletion sub privilege', () => {
|
||||
before(async () => {
|
||||
await createUsersAndRoles(getService, users, roles);
|
||||
await PageObjects.security.forceLogout();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue