Skip to content

Commit

Permalink
[iOS][RPC] Enable tests for connection configuration: tracker via pro…
Browse files Browse the repository at this point in the history
…xy (#9398)
  • Loading branch information
KJlaccHoeUM9l authored Oct 29, 2021
1 parent 3b22607 commit caf9d51
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/python/contrib/test_rpc_server_device.py
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,6 @@ def test_rpc_tracker(host, port):


@pytest.mark.dependency()
@pytest.mark.skip(reason="This type of connection was broken.")
@ios_rpc_bundle_description_required
@setup_rpc_tracker_via_proxy_configuration
def test_rpc_tracker_via_proxy(host, port):
Expand Down Expand Up @@ -288,7 +287,6 @@ def test_can_call_remote_function_with_rpc_tracker(host, port):


@pytest.mark.dependency(depends=["test_rpc_tracker_via_proxy"])
@pytest.mark.skip(reason="This type of connection was broken.")
@ios_rpc_bundle_description_required
@setup_rpc_tracker_via_proxy_configuration
def test_can_call_remote_function_with_rpc_tracker_via_proxy(host, port):
Expand Down

0 comments on commit caf9d51

Please sign in to comment.