Skip to content

Commit 05110aa

Browse files
committed
skipping compat test
1 parent 50c2342 commit 05110aa

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

modules/analysis-common/build.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@
66
* your election, the "Elastic License 2.0", the "GNU Affero General Public
77
* License v3.0 only", or the "Server Side Public License, v 1".
88
*/
9-
import org.elasticsearch.gradle.Version
10-
119
apply plugin: 'elasticsearch.internal-yaml-rest-test'
1210
apply plugin: 'elasticsearch.yaml-rest-compat-test'
1311
apply plugin: 'elasticsearch.internal-cluster-test'
@@ -36,6 +34,7 @@ artifacts {
3634

3735
tasks.named("yamlRestCompatTestTransform").configure { task ->
3836
task.replaceValueInMatch("tokens.0.token", "absenț", "romanian")
37+
task.skipTest("indices.analyze/15_analyze/Custom analyzer is not buildable", "error response changed with #123743")
3938
}
4039

4140
tasks.named("yamlRestTest").configure {

0 commit comments

Comments
 (0)