mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
skip failing test suite (#188997)
This commit is contained in:
parent
f4f1136fef
commit
aa13d5ce43
1 changed files with 2 additions and 1 deletions
|
@ -18,7 +18,8 @@ export default function ({ getPageObject, getPageObjects, getService }: FtrProvi
|
|||
const testSubjects = getService('testSubjects');
|
||||
const owner = SECURITY_SOLUTION_OWNER;
|
||||
|
||||
describe('security case settings', function () {
|
||||
// Failing: See https://github.com/elastic/kibana/issues/188997
|
||||
describe.skip('security case settings', function () {
|
||||
after(async () => {
|
||||
await svlCases.api.deleteAllCaseItems();
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue