skip failing test suite (#142118)

This commit is contained in:
Kibana Machine 2022-09-30 15:02:43 -06:00
parent be8016c1f7
commit e11eb96e3c

View file

@ -16,6 +16,7 @@ export default function ({ getService }: FtrProviderContext) {
const ml = getService('ml');
// Failing: See https://github.com/elastic/kibana/issues/142151
// Failing: See https://github.com/elastic/kibana/issues/142118
describe.skip('jobs cloning supported by UI form', function () {
const testDataList: Array<{
suiteTitle: string;