We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eebb72d commit b87d742Copy full SHA for b87d742
x-pack/test/functional/apps/ml/anomaly_detection/advanced_job.ts
@@ -274,7 +274,8 @@ export default function ({ getService }: FtrProviderContext) {
274
275
const calendarId = `wizard-test-calendar_${Date.now()}`;
276
277
- describe('advanced job', function () {
+ // FLAKY: https://github.com/elastic/kibana/issues/71971
278
+ describe.skip('advanced job', function () {
279
this.tags(['mlqa']);
280
before(async () => {
281
await esArchiver.loadIfNeeded('ml/ecommerce');
0 commit comments