summaryrefslogtreecommitdiff
path: root/jstests
diff options
context:
space:
mode:
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":