skip flaky suite (#158851)

This commit is contained in:
Tiago Costa 2023-06-07 04:23:12 +01:00
parent ef524bb528
commit 507bd30c3d
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA

View file

@ -16,7 +16,8 @@ export default function ({ getPageObjects, getService }: FtrProviderContext) {
// aiops lives in the ML UI so we need some related services.
const ml = getService('ml');
describe('change point detection', async function () {
// FLAKY: https://github.com/elastic/kibana/issues/158851
describe.skip('change point detection', async function () {
before(async () => {
await esArchiver.loadIfNeeded('x-pack/test/functional/es_archives/ml/ecommerce');
await ml.testResources.createIndexPatternIfNeeded('ft_ecommerce', 'order_date');