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 01f3b04 commit 38051d5Copy full SHA for 38051d5
modules/runtime-fields-common/build.gradle
@@ -22,3 +22,10 @@ dependencies {
22
api project(':libs:grok')
23
api project(':libs:dissect')
24
}
25
+
26
+tasks.named("yamlRestCompatTestTransform").configure ({ task ->
27
+ task.skipTest("runtime_fields/13_keyword_calculated_at_index/fetch fields", "Script no longer executed at fetch time")
28
+ task.skipTest("runtime_fields/23_long_calculated_at_index/fetch fields", "Script no longer executed at fetch time")
29
+ task.skipTest("runtime_fields/33_double_calculated_at_index/fetch fields", "Script no longer executed at fetch time")
30
+ task.skipTest("runtime_fields/103_geo_point_calculated_at_index/fetch fields from source", "Script no longer executed at fetch time")
31
+})
0 commit comments