aboutsummaryrefslogtreecommitdiff
path: root/test/erasure_coding/ec_integration_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'test/erasure_coding/ec_integration_test.go')
-rw-r--r--test/erasure_coding/ec_integration_test.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/erasure_coding/ec_integration_test.go b/test/erasure_coding/ec_integration_test.go
index 81cb89678..87b9b40ba 100644
--- a/test/erasure_coding/ec_integration_test.go
+++ b/test/erasure_coding/ec_integration_test.go
@@ -391,6 +391,7 @@ func startSeaweedFSCluster(ctx context.Context, dataDir string) (*TestCluster, e
"-mdir", masterDir,
"-volumeSizeLimitMB", "10", // Small volumes for testing
"-ip", "127.0.0.1",
+ "-peers", "none", // Faster startup when no multiple masters needed
)
masterLogFile, err := os.Create(filepath.Join(masterDir, "master.log"))