mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
skip flaky suite (#112174)
This commit is contained in:
parent
6ea75f564c
commit
bfad0bda93
1 changed files with 2 additions and 1 deletions
|
@ -71,7 +71,8 @@ export default function ({ getService }: FtrProviderContext) {
|
|||
|
||||
const calendarId = `wizard-test-calendar_${Date.now()}`;
|
||||
|
||||
describe('multi metric', function () {
|
||||
// Failing: See https://github.com/elastic/kibana/issues/112174
|
||||
describe.skip('multi metric', function () {
|
||||
this.tags(['mlqa']);
|
||||
before(async () => {
|
||||
await esArchiver.loadIfNeeded('x-pack/test/functional/es_archives/ml/farequote');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue