Skip to content

Commit ad79b62

Browse files
committed
disable timeutils test to prevent depending on mgo
1 parent 0d74ffc commit ad79b62

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

bench_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ import (
44
"fmt"
55
"testing"
66
"time"
7-
8-
"github.com/simplereach/timeutils"
97
)
108

119
/*
@@ -44,6 +42,7 @@ func BenchmarkParseAny(b *testing.B) {
4442
}
4543
}
4644

45+
/*
4746
func BenchmarkParseDateString(b *testing.B) {
4847
b.ReportAllocs()
4948
for i := 0; i < b.N; i++ {
@@ -52,6 +51,7 @@ func BenchmarkParseDateString(b *testing.B) {
5251
}
5352
}
5453
}
54+
*/
5555

5656
var (
5757
testDates = []string{

0 commit comments

Comments
 (0)