skip flaky suite (#142096)

This commit is contained in:
Tiago Costa 2023-09-07 21:22:09 +01:00
parent a4bf1d1c91
commit 128671fccd
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA

View file

@ -28,7 +28,8 @@ export default function ({ getService }: FtrProviderContext) {
},
];
describe('regression creation', function () {
// FLAKY: https://github.com/elastic/kibana/issues/142096
describe.skip('regression creation', function () {
before(async () => {
await esArchiver.loadIfNeeded('x-pack/test/functional/es_archives/ml/egs_regression');
await ml.testResources.createIndexPatternIfNeeded('ft_egs_regression');