summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Helman <sam.helman@10gen.com>2014-11-21 14:31:39 -0500
committerSam Helman <sam.helman@10gen.com>2014-11-21 14:31:54 -0500
commit020c13457cde3b70a7c788fd4d1f846985778ae2 (patch)
tree2876f6675dfc54859db8b716d042c92c5000c8b9
parentdcca6f5051dc40e26872154340a368500363b77f (diff)
downloadmongo-020c13457cde3b70a7c788fd4d1f846985778ae2.tar.gz
Removed a combination from incompatible_flags.js
Former-commit-id: 30fb8a19db1ad48bb7fc0ce39dad2b71311be41f
-rw-r--r--test/qa-tests/mongorestore/incompatible_flags.js6
1 files changed, 0 insertions, 6 deletions
diff --git a/test/qa-tests/mongorestore/incompatible_flags.js b/test/qa-tests/mongorestore/incompatible_flags.js
index b9d56327e20..1de81d60f83 100644
--- a/test/qa-tests/mongorestore/incompatible_flags.js
+++ b/test/qa-tests/mongorestore/incompatible_flags.js
@@ -13,12 +13,6 @@
'testdata/dump_empty');
assert.neq(0, ret);
- // run restore with both --collection and --oplogReplay specified
- ret = toolTest.runTool('restore', '--oplogReplay', '--db', 'db_empty',
- '--collection', 'coll_empty',
- 'testdata/dump_empty/db_empty/coll_empty.bson');
- assert.neq(0, ret);
-
toolTest.stop();
}());