diff --git a/post-deployment/tests/test_tango_tools.py b/post-deployment/tests/test_tango_tools.py
index d042dd6d0f072811dd79686e4cb0e1457aca24a4..90d0325cbac162d5f5e6c5cbc031686a98604e2c 100644
--- a/post-deployment/tests/test_tango_tools.py
+++ b/post-deployment/tests/test_tango_tools.py
@@ -32,7 +32,7 @@ def call_command(command, parameter):
 @when(parsers.parse("I make a request with user {basic_auth} to {address}"))
 def curl_rest(run_context, basic_auth, address):
     """Request basic attribute from test device"""
-    pytest.result = subprocess.run(["curl", "--user", basic_auth, address])
+    #pytest.result = subprocess.run(["curl", "--user", basic_auth, address])
     
     url = address.replace('TANGO_HOST',run_context.TANGO_HOST.split(':')[0])
     logging.info("Request sent to {}".format(url))