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…
Reference in New Issue