diff --git a/datastores/disk/tablefile_test.go b/datastores/disk/tablefile_test.go index 1b13412..41a0164 100755 --- a/datastores/disk/tablefile_test.go +++ b/datastores/disk/tablefile_test.go @@ -11,6 +11,7 @@ import ( "github.com/jameycribbs/hare/dberr" ) +//gocyclo:ignore func TestAllTableFileTests(t *testing.T) { var tests = []func(t *testing.T){ func(t *testing.T) { diff --git a/datastores/ram/table_test.go b/datastores/ram/table_test.go index 018183b..70bd0a3 100755 --- a/datastores/ram/table_test.go +++ b/datastores/ram/table_test.go @@ -10,6 +10,7 @@ import ( "github.com/jameycribbs/hare/dberr" ) +//gocyclo:ignore func TestAllTableTests(t *testing.T) { var tests = []func(t *testing.T){ func(t *testing.T) {