Skip to content

Commit

Permalink
skip failing test suite (elastic#102012)
Browse files Browse the repository at this point in the history
  • Loading branch information
kibanamachine authored and adelisle committed Aug 5, 2024
1 parent d85eadd commit 41910fd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion x-pack/test/functional_with_es_ssl/apps/ml/alert_flyout.ts
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/102012
describe.skip('anomaly detection alert', function () {
this.tags('ciGroup13');

before(async () => {
Expand Down

0 comments on commit 41910fd

Please sign in to comment.