mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
skip failing test suite (#137032)
This commit is contained in:
parent
1b7830775e
commit
404ec58660
1 changed files with 2 additions and 1 deletions
|
@ -140,7 +140,8 @@ export default function ({ getPageObject, getService }: FtrProviderContext) {
|
|||
});
|
||||
}
|
||||
|
||||
describe('index based', function () {
|
||||
// Failing: See https://github.com/elastic/kibana/issues/137032
|
||||
describe.skip('index based', function () {
|
||||
this.tags(['ml']);
|
||||
before(async () => {
|
||||
await esArchiver.loadIfNeeded('x-pack/test/functional/es_archives/ml/farequote');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue