summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBynn Lee <bynn.lee@mongodb.com>2021-02-05 15:25:13 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2021-02-05 16:35:46 +0000
commit1537eee151f11f881f030745190a2b439d87ac66 (patch)
treeef257f5657d00735e6b37a53d5b18d15688e6c9d
parentb3c26f8c1403e499f4a996d684b298d3f3b1f12f (diff)
downloadmongo-1537eee151f11f881f030745190a2b439d87ac66.tar.gz
SERVER-44230 Move top_drop.js from noPassthrough to Core
-rw-r--r--jstests/core/top_drop.js (renamed from jstests/noPassthroughWithMongod/top_drop.js)6
1 files changed, 5 insertions, 1 deletions
diff --git a/jstests/noPassthroughWithMongod/top_drop.js b/jstests/core/top_drop.js
index def9432d009..56abb9a634d 100644
--- a/jstests/noPassthroughWithMongod/top_drop.js
+++ b/jstests/core/top_drop.js
@@ -1,6 +1,10 @@
/**
* Checks that top removes entries after dropping a collection or database.
- * TODO(SERVER-21167): Move this test from noPassthrough to core.
+ *
+ * @tags: [
+ * assumes_against_mongod_not_mongos,
+ * requires_non_retryable_writes,
+ * ]
*/
(function() {
"use strict";