Skip to content

Commit

Permalink
skip failing test suite (#161324)
Browse files Browse the repository at this point in the history
  • Loading branch information
kibanamachine committed Jul 7, 2023
1 parent 5c0f034 commit 3495720
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion x-pack/test/api_integration/apis/ml/jobs/update_groups.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@ export default ({ getService }: FtrProviderContext) => {
{ id: 'new_group', jobIds: [SINGLE_METRIC_JOB_CONFIG.job_id], calendarIds: [] },
];

describe('update groups', function () {
// Failing: See https://github.com/elastic/kibana/issues/161324
describe.skip('update groups', function () {
before(async () => {
await esArchiver.loadIfNeeded('x-pack/test/functional/es_archives/ml/farequote');
await ml.testResources.setKibanaTimeZoneToUTC();
Expand Down

0 comments on commit 3495720

Please sign in to comment.