Skip to content

Commit 36891ea

Browse files
authored
Update tests/services/sessions/test_api.py
1 parent 67489de commit 36891ea

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/services/sessions/test_api.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -556,8 +556,6 @@ async def test_restart_kernel(session_client, jp_base_url, jp_fetch, jp_ws_fetch
556556
model = json.loads(r.body.decode())
557557
assert model["connections"] == 0
558558

559-
# Add a delay to give the kernel enough time to restart.
560-
# time.sleep(2)
561559

562560
# Open a websocket connection.
563561
ws2 = await jp_ws_fetch("api", "kernels", kid, "channels")

0 commit comments

Comments
 (0)