aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--weed/filer/etcd/etcd_store_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/filer/etcd/etcd_store_test.go b/weed/filer/etcd/etcd_store_test.go
index 86b8e3155..a02c1b5ae 100644
--- a/weed/filer/etcd/etcd_store_test.go
+++ b/weed/filer/etcd/etcd_store_test.go
@@ -6,7 +6,7 @@ import (
)
func TestStore(t *testing.T) {
- if false {
+ if false { // turn on the testing when local env is set up
store := &EtcdStore{}
store.initialize("localhost:2379", "3s")
store_test.TestFilerStore(t, store)