mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
skip failing test suite (#161324)
This commit is contained in:
parent
5c0f034e75
commit
3495720e42
1 changed files with 2 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue