Skip to content

Commit

Permalink
skip flaky suite (#200091)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Nov 19, 2024
1 parent c7d5a8d commit cbe6d4a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion x-pack/test/functional/apps/aiops/change_point_detection.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,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', function () {
// FLAKY: https://github.com/elastic/kibana/issues/200091
describe.skip('change point detection', function () {
before(async () => {
await esArchiver.loadIfNeeded('x-pack/test/functional/es_archives/ml/ecommerce');
await ml.testResources.createDataViewIfNeeded('ft_ecommerce', 'order_date');
Expand Down

0 comments on commit cbe6d4a

Please sign in to comment.