mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-17 18:35:25 +00:00
Test: Removed network.mode from test to prevent slowdown
Original commit: elastic/x-pack-elasticsearch@69b9296928
This commit is contained in:
parent
b78262046e
commit
44a549fd12
@ -28,7 +28,6 @@ public class ShieldPluginTests extends ElasticsearchIntegrationTest {
|
||||
protected Settings nodeSettings(int nodeOrdinal) {
|
||||
return ImmutableSettings.settingsBuilder()
|
||||
.put("plugin.types", SecurityPlugin.class.getName())
|
||||
.put("node.mode", "network")
|
||||
.put(super.nodeSettings(nodeOrdinal))
|
||||
.build();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user