skip failing test suite (#161324)

This commit is contained in:
Kibana Machine 2023-07-07 04:15:23 -04:00
parent 5c0f034e75
commit 3495720e42

View file

@ -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();