summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Wahlin <james@mongodb.com>2022-02-08 16:28:42 -0500
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-02-09 16:17:58 +0000
commit0865fcb3162a72495c4259b80893e9b74b1069ea (patch)
tree4b4fa8a1f1f5e07f8196c824377cef981ad65515
parentb6d530ea0b7b9412772b5d03feedea204c296c8f (diff)
downloadmongo-0865fcb3162a72495c4259b80893e9b74b1069ea.tar.gz
SERVER-60939 Reenable pipeline_length_limit.js test
-rw-r--r--jstests/sharding/query/pipeline_length_limit.js3
1 files changed, 0 insertions, 3 deletions
diff --git a/jstests/sharding/query/pipeline_length_limit.js b/jstests/sharding/query/pipeline_length_limit.js
index b36477d8994..5f5df3d7d85 100644
--- a/jstests/sharding/query/pipeline_length_limit.js
+++ b/jstests/sharding/query/pipeline_length_limit.js
@@ -1,8 +1,5 @@
/**
* Confirms that the limit on number of aggregragation pipeline stages is respected.
- * @tags: [
- * disabled_due_to_server_60490,
- * ]
*/
(function() {
"use strict";