Skip to content

Commit

Permalink
skip failing test suite (elastic#188997)
Browse files Browse the repository at this point in the history
  • Loading branch information
kibanamachine committed Nov 15, 2024
1 parent f4f1136 commit aa13d5c
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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();
});
Expand Down

0 comments on commit aa13d5c

Please sign in to comment.