summaryrefslogtreecommitdiff
path: root/jstests
diff options
context:
space:
mode:
authorAndrew Morrow <andrew.morrow@10gen.com>2020-01-03 18:25:51 +0000
committerA. Jesse Jiryu Davis <jesse@mongodb.com>2020-01-27 15:37:57 -0500
commit1fb09cff04593a025156903fe5be069451964f9c (patch)
tree46da07612a9388e2a418ee3db17724b1761d7689 /jstests
parent003a0e41997968ac05bf12b564868040c7136db4 (diff)
downloadmongo-1fb09cff04593a025156903fe5be069451964f9c.tar.gz
SERVER-45239 Temporarily disable jstest installation
Diffstat (limited to 'jstests')
-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":