skip failing test suite (#142151)

This commit is contained in:
Kibana Machine 2022-09-29 08:06:21 -06:00
parent 67e27f8ecf
commit 9c83b62847

View file

@ -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;