Skip to content

Commit

Permalink
Merge branch '7.x' into backport/7.x/pr-94968
Browse files Browse the repository at this point in the history
  • Loading branch information
kibanamachine authored Jun 12, 2021
2 parents 10cf0c2 + 7b476b7 commit 1bf75fe
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 1bf75fe

Please sign in to comment.