From 4e41fdcfb4423d7a753e3c5cd44c95b8df9ccf8c Mon Sep 17 00:00:00 2001 From: KJlaccHoeUM9l Date: Fri, 29 Oct 2021 13:36:47 +0300 Subject: [PATCH] enable tests for connection configuration: tracker via proxy --- tests/python/contrib/test_rpc_server_device.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/python/contrib/test_rpc_server_device.py b/tests/python/contrib/test_rpc_server_device.py index 17e63183830a..f1b8647683ac 100644 --- a/tests/python/contrib/test_rpc_server_device.py +++ b/tests/python/contrib/test_rpc_server_device.py @@ -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): @@ -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):