add comments
This commit is contained in:
@@ -6,7 +6,7 @@ import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
func TestStore(t *testing.T) {
|
func TestStore(t *testing.T) {
|
||||||
if false {
|
if false { // turn on the testing when local env is set up
|
||||||
store := &EtcdStore{}
|
store := &EtcdStore{}
|
||||||
store.initialize("localhost:2379", "3s")
|
store.initialize("localhost:2379", "3s")
|
||||||
store_test.TestFilerStore(t, store)
|
store_test.TestFilerStore(t, store)
|
||||||
|
|||||||
Reference in New Issue
Block a user