[TEST] Remove explicit network mode - not needed here

This commit is contained in:
Simon Willnauer 2014-10-13 09:25:46 +02:00
parent 5ec87ca4a1
commit 4d598f72fb
1 changed files with 0 additions and 1 deletions

View File

@ -67,7 +67,6 @@ public class UpgradeReallyOldIndexTest extends ElasticsearchIntegrationTest {
File dataDir = prepareBackwardsDataDir(new File(getClass().getResource("index-0.20.zip").toURI()));
internalCluster().startNode(ImmutableSettings.builder()
.put("path.data", dataDir.getPath())
.put("node.mode", "network")
.put("gateway.type", "local") // this is important we need to recover from gateway
.put(InternalNode.HTTP_ENABLED, true)
.build());