1
0
Эх сурвалжийг харах

[ML] fix multi_encoding test failure (#67603)

Benjamin Trent 4 жил өмнө
parent
commit
149c397345

+ 1 - 1
client/rest-high-level/src/test/java/org/elasticsearch/client/ml/inference/preprocessing/MultiTests.java

@@ -80,7 +80,7 @@ public class MultiTests extends AbstractXContentTestCase<Multi> {
                     OneHotEncodingTests.createRandom(),
                     NGramTests.createRandom()
                 )
-            ).limit(randomIntBetween(1, 10)).collect(Collectors.toList());
+            ).limit(randomIntBetween(2, 10)).collect(Collectors.toList());
         }
         return new Multi(processors, isCustom);
     }