Skip to content

Commit bf7a27b

Browse files
authored
[Hexagon] Cleanup, remove obsolete comment (#10931)
Should have been removed as part of #10581.
1 parent 81d72e3 commit bf7a27b

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

tests/python/contrib/test_hexagon/test_launcher.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,6 @@
3232

3333
from .conftest import requires_hexagon_toolchain
3434

35-
RPC_SERVER_PORT = 7070
36-
37-
# NOTE on server ports:
38-
# These tests use different port numbers for the RPC server (7070 + ...).
39-
# The reason is that an RPC session cannot be gracefully closed without
40-
# triggering TIME_WAIT state on the server socket. This prevents another
41-
# server to bind to the same port until the wait time elapses.
42-
4335

4436
@requires_hexagon_toolchain
4537
def test_add(hexagon_session):

0 commit comments

Comments
 (0)