diff options
| author | chrislu <chris.lu@gmail.com> | 2022-05-06 02:19:47 -0700 |
|---|---|---|
| committer | chrislu <chris.lu@gmail.com> | 2022-05-06 02:19:47 -0700 |
| commit | db33b0373532fbd34472bda12e91910634b46fc4 (patch) | |
| tree | 0b1c1c40715826c22f524f151f846aa9fa149c98 | |
| parent | e350ba88965bbfc2275de98232572f127caa5a59 (diff) | |
| download | seaweedfs-db33b0373532fbd34472bda12e91910634b46fc4.tar.xz seaweedfs-db33b0373532fbd34472bda12e91910634b46fc4.zip | |
add comments
| -rw-r--r-- | weed/filer/etcd/etcd_store_test.go | 2 |
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) |
