skip flaky suite (#142093)

This commit is contained in:
Tiago Costa 2023-09-07 19:59:43 +01:00
parent 74ffb5f5ee
commit a4bf1d1c91
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA

View file

@ -14,7 +14,8 @@ export default function ({ getService }: FtrProviderContext) {
const ml = getService('ml');
const editedDescription = 'Edited description';
describe('outlier detection creation', function () {
// FLAKY: https://github.com/elastic/kibana/issues/142093
describe.skip('outlier detection creation', function () {
before(async () => {
await esArchiver.loadIfNeeded('x-pack/test/functional/es_archives/ml/ihp_outlier');
await ml.testResources.createIndexPatternIfNeeded('ft_ihp_outlier');