summaryrefslogtreecommitdiff
path: root/jstests/SConscript
diff options
context:
space:
mode:
authorAndrew Morrow <andrew.morrow@10gen.com>2020-01-03 18:25:51 +0000
committerevergreen <evergreen@mongodb.com>2020-01-03 18:25:51 +0000
commit6b3ae18c152c09d4ec836326946b738cd631aa4a (patch)
tree4555d8c630ca1e7fa78d725f68917b4c4fa1376e /jstests/SConscript
parent0faebb0f323afbfed89bb3d82f5c432ae6ec5232 (diff)
downloadmongo-6b3ae18c152c09d4ec836326946b738cd631aa4a.tar.gz
SERVER-45239 Temporarily disable jstest installation
Diffstat (limited to 'jstests/SConscript')
-rw-r--r--jstests/SConscript4
1 files changed, 4 insertions, 0 deletions
diff --git a/jstests/SConscript b/jstests/SConscript
index 6c74052db81..55a35510e01 100644
--- a/jstests/SConscript
+++ b/jstests/SConscript
@@ -6,6 +6,10 @@ from collections import defaultdict
Import("env")
Import("get_option")
+# TODO(SERVER-45348): Re-enable installation of the jstests under the
+# self-testable installs project.
+Return()
+
env = env.Clone()
if not get_option("install-mode") == "hygienic":