summaryrefslogtreecommitdiff
path: root/src/mongo/gotools/src/github.com/mongodb/mongo-tools/common/archive/prelude_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/gotools/src/github.com/mongodb/mongo-tools/common/archive/prelude_test.go')
-rw-r--r--src/mongo/gotools/src/github.com/mongodb/mongo-tools/common/archive/prelude_test.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mongo/gotools/src/github.com/mongodb/mongo-tools/common/archive/prelude_test.go b/src/mongo/gotools/src/github.com/mongodb/mongo-tools/common/archive/prelude_test.go
index 60e9eebeb93..d32e8458eb2 100644
--- a/src/mongo/gotools/src/github.com/mongodb/mongo-tools/common/archive/prelude_test.go
+++ b/src/mongo/gotools/src/github.com/mongodb/mongo-tools/common/archive/prelude_test.go
@@ -11,10 +11,12 @@ import (
. "github.com/smartystreets/goconvey/convey"
// "gopkg.in/mgo.v2/bson"
+ "github.com/mongodb/mongo-tools/common/testtype"
"testing"
)
func TestPrelude(t *testing.T) {
+ testtype.SkipUnlessTestType(t, testtype.UnitTestType)
var err error
Convey("WritePrelude/ReadPrelude roundtrip", t, func() {