Skip to content

Commit b87d742

Browse files
committed
skip flaky suite (#71971)
1 parent eebb72d commit b87d742

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

x-pack/test/functional/apps/ml/anomaly_detection/advanced_job.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,8 @@ export default function ({ getService }: FtrProviderContext) {
274274

275275
const calendarId = `wizard-test-calendar_${Date.now()}`;
276276

277-
describe('advanced job', function () {
277+
// FLAKY: https://github.com/elastic/kibana/issues/71971
278+
describe.skip('advanced job', function () {
278279
this.tags(['mlqa']);
279280
before(async () => {
280281
await esArchiver.loadIfNeeded('ml/ecommerce');

0 commit comments

Comments
 (0)