Skip to content

Commit

Permalink
[Hexagon] Cleanup, remove obsolete comment (#10931)
Browse files Browse the repository at this point in the history
Should have been removed as part of
#10581.
  • Loading branch information
Lunderberg authored Apr 8, 2022
1 parent 81d72e3 commit bf7a27b
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions tests/python/contrib/test_hexagon/test_launcher.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,6 @@

from .conftest import requires_hexagon_toolchain

RPC_SERVER_PORT = 7070

# NOTE on server ports:
# These tests use different port numbers for the RPC server (7070 + ...).
# The reason is that an RPC session cannot be gracefully closed without
# triggering TIME_WAIT state on the server socket. This prevents another
# server to bind to the same port until the wait time elapses.


@requires_hexagon_toolchain
def test_add(hexagon_session):
Expand Down

0 comments on commit bf7a27b

Please sign in to comment.