Skip to content

Commit

Permalink
Skip xcmrelay binary attribute test case in non-TLS builds
Browse files Browse the repository at this point in the history
The xcmrelay binary attribute test case failed on non-TLS builds.

Signed-off-by: Mattias Rönnblom <[email protected]>
  • Loading branch information
m-ronnblom committed Apr 24, 2024
1 parent 1c51a40 commit 1e50117
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/test_xcmrelay.py
Original file line number Diff line number Diff line change
Expand Up @@ -252,6 +252,9 @@ def read_attr(filename):


def test_stdin_attrs():
if not config.has_tls():
pytest.skip("no TLS")

proxy_addr = "tls:127.0.0.42:%d" % xtest.rand_port()
server_addr = xtest.rand_ux()

Expand Down

0 comments on commit 1e50117

Please sign in to comment.