summaryrefslogtreecommitdiff
path: root/src/mongo/gotools/src/github.com/mongodb/mongo-tools/common/db/bson_stream_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/gotools/src/github.com/mongodb/mongo-tools/common/db/bson_stream_test.go')
-rw-r--r--src/mongo/gotools/src/github.com/mongodb/mongo-tools/common/db/bson_stream_test.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mongo/gotools/src/github.com/mongodb/mongo-tools/common/db/bson_stream_test.go b/src/mongo/gotools/src/github.com/mongodb/mongo-tools/common/db/bson_stream_test.go
index 55f485774ff..e26f6f3aeb0 100644
--- a/src/mongo/gotools/src/github.com/mongodb/mongo-tools/common/db/bson_stream_test.go
+++ b/src/mongo/gotools/src/github.com/mongodb/mongo-tools/common/db/bson_stream_test.go
@@ -12,9 +12,12 @@ import (
"gopkg.in/mgo.v2/bson"
"io/ioutil"
"testing"
+
+ "github.com/mongodb/mongo-tools/common/testtype"
)
func TestBufferlessBSONSource(t *testing.T) {
+ testtype.SkipUnlessTestType(t, testtype.IntegrationTestType)
var testValues = []bson.M{
{"_": bson.Binary{Kind: 0x80, Data: []byte("apples")}},
{"_": bson.Binary{Kind: 0x80, Data: []byte("bananas")}},