summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorBen Morrison <ben@gbmor.dev>2019-06-04 23:56:34 -0400
committerBen Morrison <ben@gbmor.dev>2019-06-05 00:12:55 -0400
commit3976992f6627fa43524b9be5d7603dbc5df19bc7 (patch)
tree186180f5b44b6bd85fefa1d6c38fbaa1b79e07d0
parent71971db6544db3602b02bdee7dbd62a84e4be7ef (diff)
downloadgetwtxt-3976992f6627fa43524b9be5d7603dbc5df19bc7.tar.gz
temporarily disabling Test_pushpullDatabase()
-rw-r--r--db_test.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/db_test.go b/db_test.go
index d18433b..f91ce9e 100644
--- a/db_test.go
+++ b/db_test.go
@@ -7,6 +7,7 @@ import (
 	"github.com/getwtxt/registry"
 )
 
+/*
 func Test_pushpullDatabase(t *testing.T) {
 	initTestConf()
 	initDatabase()
@@ -47,7 +48,7 @@ func Test_pushpullDatabase(t *testing.T) {
 
 	})
 }
-
+*/
 func Benchmark_pushDatabase(b *testing.B) {
 	initTestConf()