Skip to content

Commit 751edce

Browse files
Update tests/envs/test_browsergym_environment.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 81f0469 commit 751edce

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/envs/test_browsergym_environment.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ def server():
7171
try:
7272
server_process.kill()
7373
except ProcessLookupError:
74+
# The process is already dead; nothing to clean up.
7475
pass
7576
pytest.skip("Server failed to start - BrowserGym may not be installed")
7677

0 commit comments

Comments
 (0)