File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed
x-pack/plugin/shutdown/qa/multi-node Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -441,9 +441,6 @@ tests:
441441- class : org.elasticsearch.xpack.inference.integration.AuthorizationTaskExecutorMultipleNodesIT
442442 method : testCancellingAuthorizationTaskRestartsIt
443443 issue : https://github.com/elastic/elasticsearch/issues/138099
444- - class : org.elasticsearch.xpack.shutdown.NodeShutdownIT
445- method : testStalledShardMigrationProperlyDetected
446- issue : https://github.com/elastic/elasticsearch/issues/115697
447444- class : org.elasticsearch.xpack.esql.qa.single_node.GenerativeIT
448445 method : test
449446 issue : https://github.com/elastic/elasticsearch/issues/137909
Original file line number Diff line number Diff line change @@ -11,4 +11,5 @@ testClusters.configureEach {
1111 testDistribution = ' DEFAULT'
1212 numberOfNodes = 4
1313 readinessEnabled = true
14+ systemProperty ' es.queryable_built_in_roles_enabled' , ' false'
1415}
You can’t perform that action at this time.
0 commit comments