mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
skip flaky suite (#65423)
This commit is contained in:
parent
41c8426842
commit
eef220e0c6
1 changed files with 2 additions and 1 deletions
|
@ -57,7 +57,8 @@ export default function({ getService, getPageObjects }: PluginFunctionalProvider
|
|||
}, i)) as any;
|
||||
};
|
||||
|
||||
describe('application status management', () => {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/65423
|
||||
describe.skip('application status management', () => {
|
||||
beforeEach(async () => {
|
||||
await PageObjects.common.navigateToApp('app_status_start');
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue