mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-17 10:25:15 +00:00
test: added todo
This commit is contained in:
parent
62089539db
commit
7c8a1ecf37
@ -55,6 +55,7 @@ public class IngestClientIT extends ESIntegTestCase {
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
protected Settings nodeSettings(int nodeOrdinal) {
|
protected Settings nodeSettings(int nodeOrdinal) {
|
||||||
|
// TODO: Remove this method once gets in: https://github.com/elastic/elasticsearch/issues/16019
|
||||||
if (nodeOrdinal % 2 == 0) {
|
if (nodeOrdinal % 2 == 0) {
|
||||||
return Settings.builder().put("node.ingest", false).put(super.nodeSettings(nodeOrdinal)).build();
|
return Settings.builder().put("node.ingest", false).put(super.nodeSettings(nodeOrdinal)).build();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user