mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
skip flaky suite (#166469)
This commit is contained in:
parent
1e0b8e4522
commit
3098ca299a
1 changed files with 2 additions and 1 deletions
|
@ -31,7 +31,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');
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue