mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
skip failing test suite (#142151)
This commit is contained in:
parent
67e27f8ecf
commit
9c83b62847
1 changed files with 2 additions and 1 deletions
|
@ -15,7 +15,8 @@ export default function ({ getService }: FtrProviderContext) {
|
|||
const esArchiver = getService('esArchiver');
|
||||
const ml = getService('ml');
|
||||
|
||||
describe('jobs cloning supported by UI form', function () {
|
||||
// Failing: See https://github.com/elastic/kibana/issues/142151
|
||||
describe.skip('jobs cloning supported by UI form', function () {
|
||||
const testDataList: Array<{
|
||||
suiteTitle: string;
|
||||
archive: string;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue