Skip to content

Commit

Permalink
skip failing test suite (elastic#158851)
Browse files Browse the repository at this point in the history
  • Loading branch information
kibanamachine committed Aug 22, 2023
1 parent a8c28d9 commit 9591264
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 @@ -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 () {
// Failing: See 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');
Expand Down

0 comments on commit 9591264

Please sign in to comment.