We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50c2342 commit 05110aaCopy full SHA for 05110aa
modules/analysis-common/build.gradle
@@ -6,8 +6,6 @@
6
* your election, the "Elastic License 2.0", the "GNU Affero General Public
7
* License v3.0 only", or the "Server Side Public License, v 1".
8
*/
9
-import org.elasticsearch.gradle.Version
10
-
11
apply plugin: 'elasticsearch.internal-yaml-rest-test'
12
apply plugin: 'elasticsearch.yaml-rest-compat-test'
13
apply plugin: 'elasticsearch.internal-cluster-test'
@@ -36,6 +34,7 @@ artifacts {
36
34
37
35
tasks.named("yamlRestCompatTestTransform").configure { task ->
38
task.replaceValueInMatch("tokens.0.token", "absenț", "romanian")
+ task.skipTest("indices.analyze/15_analyze/Custom analyzer is not buildable", "error response changed with #123743")
39
}
40
41
tasks.named("yamlRestTest").configure {
0 commit comments