mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
skip failing test suite (#124747)
This commit is contained in:
parent
d559f076ae
commit
8c822e7b29
1 changed files with 2 additions and 1 deletions
|
@ -32,7 +32,8 @@ export default function ({ getService }: FtrProviderContext) {
|
|||
},
|
||||
];
|
||||
|
||||
describe('import jobs', function () {
|
||||
// Failing: See https://github.com/elastic/kibana/issues/124747
|
||||
describe.skip('import jobs', function () {
|
||||
this.tags(['mlqa']);
|
||||
before(async () => {
|
||||
await ml.api.cleanMlIndices();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue