diff options
Diffstat (limited to 'jstests/core/indexu.js')
-rw-r--r-- | jstests/core/indexu.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/jstests/core/indexu.js b/jstests/core/indexu.js index 088f0b86d44..953d178fff5 100644 --- a/jstests/core/indexu.js +++ b/jstests/core/indexu.js @@ -1,3 +1,5 @@ +// @tags: [requires_non_retryable_writes] + // Test index key generation with duplicate values addressed by array index and // object field. SERVER-2902 |