Skip to content

Commit

Permalink
skip failing es promoton suite (#121686)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Dec 20, 2021
1 parent 8496a8b commit 18d7793
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion x-pack/test/api_integration/apis/ml/jobs/jobs_summary.ts
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,8 @@ export default ({ getService }: FtrProviderContext) => {
return groupIds.sort();
}

describe('jobs_summary', function () {
// FAILING ES PROMOTION: https://github.com/elastic/kibana/issues/121686
describe.skip('jobs_summary', function () {
before(async () => {
await esArchiver.loadIfNeeded('x-pack/test/functional/es_archives/ml/farequote');
await ml.testResources.setKibanaTimeZoneToUTC();
Expand Down

0 comments on commit 18d7793

Please sign in to comment.