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