summaryrefslogtreecommitdiff
path: root/jstests
diff options
context:
space:
mode:
authorWilliam Schultz <william.schultz@mongodb.com>2019-08-13 10:22:52 -0400
committerWilliam Schultz <william.schultz@mongodb.com>2019-08-13 10:22:52 -0400
commitd8ea200cc8000f702376ebc53f3efc066b709cd4 (patch)
tree1864f0f90114ef42dd0f0d113eb4d18a3d0155f3 /jstests
parent5105fa2377d3e86b2011691d5acbd8c531113929 (diff)
downloadmongo-d8ea200cc8000f702376ebc53f3efc066b709cd4.tar.gz
SERVER-42755 Fix eslint
Diffstat (limited to 'jstests')
-rw-r--r--jstests/replsets/recover_prepared_txn_with_multikey_write.js4
1 files changed, 3 insertions, 1 deletions
diff --git a/jstests/replsets/recover_prepared_txn_with_multikey_write.js b/jstests/replsets/recover_prepared_txn_with_multikey_write.js
index 4de7b6087e1..63607ce0d1d 100644
--- a/jstests/replsets/recover_prepared_txn_with_multikey_write.js
+++ b/jstests/replsets/recover_prepared_txn_with_multikey_write.js
@@ -6,7 +6,9 @@
*/
(function() {
// TODO (SERVER-42750) Re-enable this test.
-return;
+if (true) {
+ return;
+}
const rst = new ReplSetTest({
nodes: [
{},