From c0652d91db0fb5cc54f12811e100ec8108130112 Mon Sep 17 00:00:00 2001 From: Tommaso Tocci Date: Thu, 10 Mar 2022 17:44:43 +0000 Subject: SERVER-60823 temporarly disable test from txn suites due to recursion issue --- jstests/core/collection_truncate.js | 24 ++++++++++++++---------- 1 file changed, 14 insertions(+), 10 deletions(-) diff --git a/jstests/core/collection_truncate.js b/jstests/core/collection_truncate.js index 0a83f3ab55c..bc7b07f6ebc 100644 --- a/jstests/core/collection_truncate.js +++ b/jstests/core/collection_truncate.js @@ -1,13 +1,17 @@ -// @tags: [ -// requires_collstats, -// requires_non_retryable_commands, -// uses_testing_only_commands, -// requires_emptycapped, -// uses_full_validation, -// no_selinux, -// ] - -// SERVER-15033 truncate on a regular collection +/* + * SERVER-15033 truncate on a regular collection + * + * @tags: [ + * requires_collstats, + * requires_non_retryable_commands, + * uses_testing_only_commands, + * requires_emptycapped, + * uses_full_validation, + * no_selinux, + * # TODO SERVER-60823 re-add transaction support + * does_not_support_transactions, + * ] + */ (function() { 'use strict'; -- cgit v1.2.1