File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed
Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -110,8 +110,6 @@ tasks.named("yamlRestCompatTestTransform").configure(
110110 task. skipTest(" esql/40_tsdb/from index pattern unsupported counter" , " TODO: support for subset of metric fields" )
111111 task. skipTest(" esql/40_unsupported_types/unsupported" , " TODO: support for subset of metric fields" )
112112 task. skipTest(" esql/40_unsupported_types/unsupported with sort" , " TODO: support for subset of metric fields" )
113- // Behavioral Analytics deprecated in 9.0
114- task. addAllowedWarning(" Behavioral Analytics is deprecated and will be removed in a future release." )
115113 }
116114)
117115
Original file line number Diff line number Diff line change @@ -37,3 +37,11 @@ testClusters.configureEach {
3737artifacts {
3838 restXpackTests(new File (projectDir, " src/yamlRestTest/resources/rest-api-spec/test" ))
3939}
40+
41+
42+ tasks. named(" yamlRestCompatTestTransform" ). configure(
43+ { task ->
44+ // Behavioral Analytics is deprecated with 9.0.0.
45+ task. addAllowedWarning(" Behavioral Analytics is deprecated and will be removed in a future release." )
46+ }
47+ )
You can’t perform that action at this time.
0 commit comments