summaryrefslogtreecommitdiff
path: root/jstests
diff options
context:
space:
mode:
authorRandolph Tan <randolph@10gen.com>2018-09-24 15:27:20 -0400
committerRandolph Tan <randolph@10gen.com>2018-09-25 13:55:24 -0400
commitf784328016d4de5bb1d69fb8a6c5c2ba10cff082 (patch)
tree896bff7eea4fa04ce541ee5ef203ce8ec19586a1 /jstests
parentec665e83bb1af0224d23a2d83ff2d9fade01f60f (diff)
downloadmongo-f784328016d4de5bb1d69fb8a6c5c2ba10cff082.tar.gz
SERVER-37273 Exclude splitvector.js from stepdown suites
Diffstat (limited to 'jstests')
-rw-r--r--jstests/core/splitvector.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/jstests/core/splitvector.js b/jstests/core/splitvector.js
index 9880560233b..77a13f9e932 100644
--- a/jstests/core/splitvector.js
+++ b/jstests/core/splitvector.js
@@ -4,6 +4,9 @@
// assumes_unsharded_collection,
// requires_fastcount,
// requires_collstats,
+// # rollbacks make WT RecordStore dataSize go out of sync, which negatively impacts the
+// # splitVector calculations.
+// does_not_support_stepdowns,
//
// # splitVector command is not available on embedded
// incompatible_with_embedded,