Skip to content

Commit b3b99ee

Browse files
authored
[Transform] Mute two new tests that fail. (#83541)
1 parent 3bcfc08 commit b3b99ee

File tree

1 file changed

+3
-0
lines changed
  • x-pack/plugin/transform/qa/single-node-tests/src/javaRestTest/java/org/elasticsearch/xpack/transform/integration

1 file changed

+3
-0
lines changed

x-pack/plugin/transform/qa/single-node-tests/src/javaRestTest/java/org/elasticsearch/xpack/transform/integration/TransformPivotRestIT.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99

1010
import org.apache.http.entity.ContentType;
1111
import org.apache.http.entity.StringEntity;
12+
import org.apache.lucene.util.LuceneTestCase;
1213
import org.elasticsearch.client.Request;
1314
import org.elasticsearch.client.RequestOptions;
1415
import org.elasticsearch.client.Response;
@@ -1011,13 +1012,15 @@ public void testPreviewTransformWithPipelineScript() throws Exception {
10111012
/**
10121013
* This test case makes sure that deprecation warnings from _search API are propagated to _preview API.
10131014
*/
1015+
@LuceneTestCase.AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/83529")
10141016
public void testPreviewTransformWithScriptedMetricUsingDeprecatedSyntax() throws Exception {
10151017
testTransformUsingScriptsUsingDeprecatedSyntax("POST", getTransformEndpoint() + "_preview");
10161018
}
10171019

10181020
/**
10191021
* This test case makes sure that deprecation warnings from _search API are propagated to PUT API.
10201022
*/
1023+
@LuceneTestCase.AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/83529")
10211024
public void testCreateTransformWithScriptedMetricUsingDeprecatedSyntax() throws Exception {
10221025
testTransformUsingScriptsUsingDeprecatedSyntax("PUT", getTransformEndpoint() + "script_deprecated_syntax");
10231026
}

0 commit comments

Comments
 (0)