Carlos Delgado 1 年之前
父节点
当前提交
b8c774422b

+ 1 - 1
x-pack/plugin/inference/build.gradle

@@ -41,7 +41,7 @@ dependencies {
 }
 
 if (BuildParams.isSnapshotBuild() == false) {
-  tasks.named("test").configure {
+  tasks.withType(Test).configureEach {
     systemProperty 'es.semantic_text_feature_flag_enabled', 'true'
   }
 }

+ 0 - 1
x-pack/plugin/inference/src/internalClusterTest/java/org/elasticsearch/xpack/inference/action/filter/ShardBulkInferenceActionFilterIT.java

@@ -54,7 +54,6 @@ public class ShardBulkInferenceActionFilterIT extends ESIntegTestCase {
         return Arrays.asList(Utils.TestInferencePlugin.class);
     }
 
-    @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/109005")
     public void testBulkOperations() throws Exception {
         Map<String, Integer> shardsSettings = Collections.singletonMap(IndexMetadata.SETTING_NUMBER_OF_SHARDS, randomIntBetween(1, 10));
         indicesAdmin().prepareCreate(INDEX_NAME)