skip flaky suite (#171493)

This commit is contained in:
Tiago Costa 2023-11-20 19:43:28 +00:00
parent 0e565e197c
commit b54d00debb
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA

View file

@ -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();