mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
skip flaky suite (#171493)
This commit is contained in:
parent
0e565e197c
commit
b54d00debb
1 changed files with 2 additions and 1 deletions
|
@ -205,7 +205,8 @@ export default ({ getService, getPageObjects }: FtrProviderContext) => {
|
|||
});
|
||||
});
|
||||
|
||||
describe('creation and recreation', () => {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/171493
|
||||
describe.skip('creation and recreation', () => {
|
||||
it('create first ML job', async () => {
|
||||
await logsUi.logEntryRatePage.navigateTo();
|
||||
await requestTracker.install();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue