Remove mark as xfail for some tests
[anna.git] / example / diameter / launcher / resources / rest_api / ct / flow-operations / sendhex_test.py
index a07b7c4..b5cbace 100644 (file)
@@ -24,7 +24,7 @@ def test_001_given_diameter_hex_representation_i_want_to_send_message_to_diamete
 
   # IT FAILS BECAUSE MESSAGE SENT HAS OCS3 AS ORIGIN HOST, AND THIS IS NOT REGISTERED, SO node-auto COULD NOT DEDUCE THE CORRECT RESOURCE
 
-@pytest.mark.xfail(reason="Server must receive client connection to be available. Component test is very fast and this could fail the first time. Wait and test again. TODO: wait for available status after 'services' loading.")
+#@pytest.mark.xfail(reason="Server must receive client connection to be available. Component test is very fast and this could fail the first time. Wait and test again. TODO: wait for available status after 'services' loading.")
 def test_002_given_diameter_hex_representation_i_want_to_send_message_to_diameter_entity_and_check_it_succeed_for_correct_node(resources, admlc):
 
   requestBody = { "name":"afHost.afRealm.com" }
@@ -48,7 +48,7 @@ def test_002_given_diameter_hex_representation_i_want_to_send_message_to_diamete
   # Verify response
   admlc.assert_response__status_body_headers(response, 200, responseBodyRef)
 
-@pytest.mark.xfail(reason="Server must receive client connection to be available. Component test is very fast and this could fail the first time. Wait and test again. TODO: wait for available status after 'services' loading.")
+#@pytest.mark.xfail(reason="Server must receive client connection to be available. Component test is very fast and this could fail the first time. Wait and test again. TODO: wait for available status after 'services' loading.")
 def test_003_given_diameter_hex_representation_i_want_to_send_message_to_diameter_client_and_check_it_succeed_for_correct_node(resources, admlc):
 
 #  # WE HAVE TO CONFIGURE THE CLIENT AS OPERATED HOST, BECAUSE HEX SENDING PROCEDURE IS NOT GOING TO UPDATE OPERATED HOST WITH CODEC: