summaryrefslogtreecommitdiff
path: root/src/mongo/gotools/src/github.com/mongodb/mongo-tools/mongorestore/mongorestore_archive_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/gotools/src/github.com/mongodb/mongo-tools/mongorestore/mongorestore_archive_test.go')
-rw-r--r--src/mongo/gotools/src/github.com/mongodb/mongo-tools/mongorestore/mongorestore_archive_test.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mongo/gotools/src/github.com/mongodb/mongo-tools/mongorestore/mongorestore_archive_test.go b/src/mongo/gotools/src/github.com/mongodb/mongo-tools/mongorestore/mongorestore_archive_test.go
index 4896c06a236..cddc14d01a1 100644
--- a/src/mongo/gotools/src/github.com/mongodb/mongo-tools/mongorestore/mongorestore_archive_test.go
+++ b/src/mongo/gotools/src/github.com/mongodb/mongo-tools/mongorestore/mongorestore_archive_test.go
@@ -34,7 +34,7 @@ var (
)
func TestMongorestoreShortArchive(t *testing.T) {
- testtype.VerifyTestType(t, testtype.IntegrationTestType)
+ testtype.SkipUnlessTestType(t, testtype.IntegrationTestType)
_, err := testutil.GetBareSession()
if err != nil {
t.Fatalf("No server available")
@@ -90,7 +90,7 @@ func TestMongorestoreShortArchive(t *testing.T) {
}
func TestMongorestoreArchiveWithOplog(t *testing.T) {
- testtype.VerifyTestType(t, testtype.IntegrationTestType)
+ testtype.SkipUnlessTestType(t, testtype.IntegrationTestType)
_, err := testutil.GetBareSession()
if err != nil {
t.Fatalf("No server available")