mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-04-05 20:52:50 +08:00
add comments
This commit is contained in:
parent
e350ba8896
commit
db33b03735
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user