Skip to content

Commit

Permalink
[Hexagon] Cleanup, remove obsolete comment
Browse files Browse the repository at this point in the history
Should have been removed as part of
apache#10581.
  • Loading branch information
Lunderberg committed Apr 7, 2022
1 parent 591a000 commit 1386a2e
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 1386a2e

Please sign in to comment.