summary refs log tree commit diff stats
path: root/db_test.go
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 /db_test.go
parent71971db6544db3602b02bdee7dbd62a84e4be7ef (diff)
downloadgetwtxt-3976992f6627fa43524b9be5d7603dbc5df19bc7.tar.gz
temporarily disabling Test_pushpullDatabase()
Diffstat (limited to 'db_test.go')
-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()
 
heck' href='/akkartik/mu/commit/translate_subx_baremetal?h=main&id=a451b2e14f06c19eaf98f32dcc2b45e2940a570b'>a451b2e1 ^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46