We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9639eb2 commit 069b36dCopy full SHA for 069b36d
1 file changed
x-pack/test/functional/apps/machine_learning/data_frame_analytics/cloning.ts
@@ -13,7 +13,8 @@ export default function({ getService }: FtrProviderContext) {
13
const esArchiver = getService('esArchiver');
14
const ml = getService('ml');
15
16
- describe('jobs cloning supported by UI form', function() {
+ // TODO add fix for https://github.com/elastic/elasticsearch/pull/56118
17
+ describe.skip('jobs cloning supported by UI form', function() {
18
const testDataList: Array<{
19
suiteTitle: string;
20
archive: string;
0 commit comments