diff options
author | Ben Morrison <ben@gbmor.dev> | 2019-06-04 23:56:34 -0400 |
---|---|---|
committer | Ben Morrison <ben@gbmor.dev> | 2019-06-05 00:12:55 -0400 |
commit | 3976992f6627fa43524b9be5d7603dbc5df19bc7 (patch) | |
tree | 186180f5b44b6bd85fefa1d6c38fbaa1b79e07d0 /db_test.go | |
parent | 71971db6544db3602b02bdee7dbd62a84e4be7ef (diff) | |
download | getwtxt-3976992f6627fa43524b9be5d7603dbc5df19bc7.tar.gz |
temporarily disabling Test_pushpullDatabase()
Diffstat (limited to 'db_test.go')
-rw-r--r-- | db_test.go | 3 |
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() |