Skip to content

Commit

Permalink
skip failing test suite (elastic#186261)
Browse files Browse the repository at this point in the history
  • Loading branch information
kibanamachine committed Jun 17, 2024
1 parent f672297 commit 95e502c
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,8 @@ export default ({ getPageObjects, getService }: FtrProviderContext) => {

let testJobId = '';

describe('anomaly detection alert', function () {
// Failing: See https://github.com/elastic/kibana/issues/186261
describe.skip('anomaly detection alert', 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 95e502c

Please sign in to comment.