File tree 2 files changed +2
-7
lines changed
2 files changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -121,6 +121,7 @@ testClusters.matching { it.name == "yamlRestTest"}.configureEach {
121
121
122
122
// TODO: remove this once cname is prepended to transport.publish_address by default in 8.0
123
123
systemProperty ' es.transport.cname_in_publish_address' , ' true'
124
+ systemProperty ' es.queryable_built_in_roles_enabled' , ' false'
124
125
125
126
126
127
requiresFeature ' es.index_mode_feature_flag_registered' , Version . fromString(" 8.0.0" )
Original file line number Diff line number Diff line change @@ -228,12 +228,6 @@ tests:
228
228
issue : https://github.com/elastic/elasticsearch/issues/120816
229
229
- class : org.elasticsearch.xpack.security.authc.ldap.ActiveDirectorySessionFactoryTests
230
230
issue : https://github.com/elastic/elasticsearch/issues/121285
231
- - class : org.elasticsearch.smoketest.DocsClientYamlTestSuiteIT
232
- method : test {yaml=reference/snapshot-restore/apis/get-snapshot-api/line_357}
233
- issue : https://github.com/elastic/elasticsearch/issues/121287
234
- - class : org.elasticsearch.smoketest.DocsClientYamlTestSuiteIT
235
- method : test {yaml=reference/index-modules/slowlog/line_102}
236
- issue : https://github.com/elastic/elasticsearch/issues/121288
237
231
- class : org.elasticsearch.env.NodeEnvironmentTests
238
232
method : testGetBestDowngradeVersion
239
233
issue : https://github.com/elastic/elasticsearch/issues/121316
@@ -302,4 +296,4 @@ tests:
302
296
# issue: "https://github.com/elastic/elasticsearch/..."
303
297
# - class: "org.elasticsearch.xpack.esql.**"
304
298
# method: "test {union_types.MultiIndexIpStringStatsInline *}"
305
- # issue: "https://github.com/elastic/elasticsearch/..."
299
+ # issue: "https://github.com/elastic/elasticsearch/..."
You can’t perform that action at this time.
0 commit comments