We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81d72e3 commit bf7a27bCopy full SHA for bf7a27b
tests/python/contrib/test_hexagon/test_launcher.py
@@ -32,14 +32,6 @@
32
33
from .conftest import requires_hexagon_toolchain
34
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
43
44
@requires_hexagon_toolchain
45
def test_add(hexagon_session):
0 commit comments