From 020c13457cde3b70a7c788fd4d1f846985778ae2 Mon Sep 17 00:00:00 2001 From: Sam Helman Date: Fri, 21 Nov 2014 14:31:39 -0500 Subject: Removed a combination from incompatible_flags.js Former-commit-id: 30fb8a19db1ad48bb7fc0ce39dad2b71311be41f --- test/qa-tests/mongorestore/incompatible_flags.js | 6 ------ 1 file changed, 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(); }()); -- cgit v1.2.1