Skip to content

Commit

Permalink
skip flaky suite (elastic#166469)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic authored and dej611 committed Oct 17, 2023
1 parent 28ab2c1 commit fdf9102
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ export default ({ getPageObject, getService }: FtrProviderContext) => {
await svlCommonPage.forceLogout();
});

describe('Closure options', function () {
// FLAKY: https://github.com/elastic/kibana/issues/166469
describe.skip('Closure options', function () {
before(async () => {
await common.clickAndValidate('configure-case-button', 'case-configure-title');
});
Expand Down

0 comments on commit fdf9102

Please sign in to comment.