summaryrefslogtreecommitdiff
path: root/jstests/replsets/tenant_migration_donor_wont_retry_recipientsyncdata_on_non_retriable_interrup...
diff options
context:
space:
mode:
authorA. Jesse Jiryu Davis <jesse@mongodb.com>2022-01-28 22:16:25 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-01-28 23:31:17 +0000
commit258ceaa9a9ba36fc6656c65f752bda39157a5029 (patch)
tree058d899558f96d10f0dbc58635345ac656d3405b /jstests/replsets/tenant_migration_donor_wont_retry_recipientsyncdata_on_non_retriable_interruption_errors.js
parent34cb3162304283fc7462cb21a1ee0e68f6364707 (diff)
downloadmongo-258ceaa9a9ba36fc6656c65f752bda39157a5029.tar.gz
SERVER-60684 Tag serverless tests
Diffstat (limited to 'jstests/replsets/tenant_migration_donor_wont_retry_recipientsyncdata_on_non_retriable_interruption_errors.js')
-rw-r--r--jstests/replsets/tenant_migration_donor_wont_retry_recipientsyncdata_on_non_retriable_interruption_errors.js10
1 files changed, 8 insertions, 2 deletions
diff --git a/jstests/replsets/tenant_migration_donor_wont_retry_recipientsyncdata_on_non_retriable_interruption_errors.js b/jstests/replsets/tenant_migration_donor_wont_retry_recipientsyncdata_on_non_retriable_interruption_errors.js
index ed7a84112c6..332004e5952 100644
--- a/jstests/replsets/tenant_migration_donor_wont_retry_recipientsyncdata_on_non_retriable_interruption_errors.js
+++ b/jstests/replsets/tenant_migration_donor_wont_retry_recipientsyncdata_on_non_retriable_interruption_errors.js
@@ -3,8 +3,14 @@
* 'interruption' error for the 'recipientSyncData' command. This is to avoid situations like
* SERVER-58398.
*
- * @tags: [requires_majority_read_concern, requires_persistence,
- * incompatible_with_eft, incompatible_with_windows_tls, incompatible_with_macos]
+ * @tags: [
+ * requires_majority_read_concern,
+ * requires_persistence,
+ * incompatible_with_eft,
+ * incompatible_with_windows_tls,
+ * incompatible_with_macos,
+ * serverless,
+ * ]
*/
(function() {