summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcos José Grillo Ramírez <marcos.grillo@mongodb.com>2020-05-11 12:30:38 +0200
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2020-05-11 10:45:27 +0000
commit087d6aeaaa10f401b22fa8c39be427150804aa2c (patch)
tree85308bd28d502f1fa53b00e9322d403901773236
parentcbfc03979e1b567eb58a5d4bb6d8bbcd65988775 (diff)
downloadmongo-087d6aeaaa10f401b22fa8c39be427150804aa2c.tar.gz
SERVER-46944 FIX: added the need_fixing_for_46 tag to the wrong remove2.js test
-rw-r--r--jstests/core/remove2.js2
-rw-r--r--jstests/sharding/remove2.js5
2 files changed, 5 insertions, 2 deletions
diff --git a/jstests/core/remove2.js b/jstests/core/remove2.js
index a952a423f71..d01c1e2e58c 100644
--- a/jstests/core/remove2.js
+++ b/jstests/core/remove2.js
@@ -1,4 +1,4 @@
-// @tags: [requires_non_retryable_writes, need_fixing_for_46]
+// @tags: [requires_non_retryable_writes]
// remove2.js
// a unit test for db remove
diff --git a/jstests/sharding/remove2.js b/jstests/sharding/remove2.js
index e62eadf16ab..75f19e116cb 100644
--- a/jstests/sharding/remove2.js
+++ b/jstests/sharding/remove2.js
@@ -3,7 +3,10 @@
*
* This test is labeled resource intensive because its total io_write is 59MB compared to a median
* of 5MB across all sharding tests in wiredTiger.
- * @tags: [resource_intensive]
+ * @tags: [
+ * resource_intensive,
+ * need_fixing_for_46
+ * ]
*/
// The UUID consistency check uses connections to shards cached on the ShardingTest object, but this