Skip to content

Commit 38051d5

Browse files
committed
iter
1 parent 01f3b04 commit 38051d5

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

modules/runtime-fields-common/build.gradle

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,10 @@ dependencies {
2222
api project(':libs:grok')
2323
api project(':libs:dissect')
2424
}
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

Comments
 (0)