summaryrefslogtreecommitdiff
path: root/jstests/core/compact_keeps_indexes.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/core/compact_keeps_indexes.js')
-rw-r--r--jstests/core/compact_keeps_indexes.js5
1 files changed, 3 insertions, 2 deletions
diff --git a/jstests/core/compact_keeps_indexes.js b/jstests/core/compact_keeps_indexes.js
index 71969d2e005..1a050d27469 100644
--- a/jstests/core/compact_keeps_indexes.js
+++ b/jstests/core/compact_keeps_indexes.js
@@ -2,8 +2,9 @@
// SERVER-16967 Make sure compact doesn't crash while collections are being dropped
// in a different database.
// @tags: [
-// # compact command is not available on embedded
-// incompatible_with_embedded
+// # compact command is not available on embedded
+// incompatible_with_embedded,
+// uses_multiple_connections,
// ]
(function() {