summaryrefslogtreecommitdiff
path: root/jstests/sharding/retryable_write_error_labels.js
diff options
context:
space:
mode:
authorAdityavardhan Agrawal <adi.agrawal@mongodb.com>2021-06-28 21:10:31 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2021-06-30 16:43:47 +0000
commit94899d793452409b358c09b3006c2c438eb3fcdd (patch)
treec383ac1263eee3c04405594efb13127bdd469358 /jstests/sharding/retryable_write_error_labels.js
parent4576bcaa48e5b919cb013f47c632310865ba2c54 (diff)
downloadmongo-94899d793452409b358c09b3006c2c438eb3fcdd.tar.gz
SERVER-57493 Remove requires_find_command jstest tag
Diffstat (limited to 'jstests/sharding/retryable_write_error_labels.js')
-rw-r--r--jstests/sharding/retryable_write_error_labels.js4
1 files changed, 0 insertions, 4 deletions
diff --git a/jstests/sharding/retryable_write_error_labels.js b/jstests/sharding/retryable_write_error_labels.js
index 37bb0dbdf31..b4b5dbdfdc4 100644
--- a/jstests/sharding/retryable_write_error_labels.js
+++ b/jstests/sharding/retryable_write_error_labels.js
@@ -1,11 +1,7 @@
/**
* Test RetryableWriteError label in retryable writes and in transactions.
*
- * The "requires_find_command" tag excludes this test from the op_query suites, which are
- * incompatible with implicit sessions.
- *
* @tags: [
- * requires_find_command,
* uses_transactions,
* ]
*/