Skip to content

Commit

Permalink
skip flaky suite (#188997)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Jul 23, 2024
1 parent f6a837d commit 948ba50
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ export default function ({ getPageObject, getPageObjects, getService }: FtrProvi
const testSubjects = getService('testSubjects');
const owner = SECURITY_SOLUTION_OWNER;

describe('security case settings', function () {
// FLAKY: 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 948ba50

Please sign in to comment.