diff options
Diffstat (limited to 'jstests/slow1/conc_update.js')
-rw-r--r-- | jstests/slow1/conc_update.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/jstests/slow1/conc_update.js b/jstests/slow1/conc_update.js index 34398d91f3f..64332cee57f 100644 --- a/jstests/slow1/conc_update.js +++ b/jstests/slow1/conc_update.js @@ -1,3 +1,6 @@ +// SERVER-36709: Disabled for ephemeralForTest due to excessive memory usage +// @tags: [incompatible_with_eft] + (function() { "use strict"; |