summaryrefslogtreecommitdiff
path: root/jstests/core/cursor7.js
diff options
context:
space:
mode:
authorDavid Storch <david.storch@mongodb.com>2020-09-11 11:47:15 -0400
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2020-09-11 19:07:35 +0000
commit8d1c662a94ca2b26f9833085d06dfe1fcad2a59e (patch)
treef1e8b3ef710c840007bd603ff79b5482e4af6c30 /jstests/core/cursor7.js
parenta0de69eb860f211136e89ef6ce56930d570d7642 (diff)
downloadmongo-8d1c662a94ca2b26f9833085d06dfe1fcad2a59e.tar.gz
SERVER-50893 prevent sbe suites from running on s390x
Diffstat (limited to 'jstests/core/cursor7.js')
-rw-r--r--jstests/core/cursor7.js6
1 files changed, 0 insertions, 6 deletions
diff --git a/jstests/core/cursor7.js b/jstests/core/cursor7.js
index 24d16a97dc5..7807dbe22f5 100644
--- a/jstests/core/cursor7.js
+++ b/jstests/core/cursor7.js
@@ -1,10 +1,4 @@
// Test bounds with multiple inequalities and sorting.
-//
-// This test is currently disabled in SBE passthroughs due to bugs that cause problems on big-endian
-// platforms. Once these bugs are fixed, this test should be re-enabled for SBE.
-// @tags: [
-// sbe_incompatible,
-// ]
function checkResults(expected, cursor) {
assert.eq(expected.length, cursor.count());