Skip to content

Commit 71e031a

Browse files
committed
add comment
1 parent 46986b6 commit 71e031a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.evergreen/scripts/setup_tests.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,7 @@ def handle_test_env() -> None:
176176
AUTH = "noauth"
177177

178178
if test_name == "data_lake":
179+
# Stop any running mongo-orchestration which might be using the port.
179180
run_command(f"bash {DRIVERS_TOOLS}/.evergreen/stop-orchestration.sh")
180181
run_command(f"bash {DRIVERS_TOOLS}/.evergreen/atlas_data_lake/setup.sh")
181182
AUTH = "auth"

0 commit comments

Comments
 (0)