Remove mark as xfail for some tests
[anna.git] / example / diameter / launcher / resources / rest_api / ct / flow-operations / sendmsg_test.py
index f3afa4c..48f333b 100644 (file)
@@ -21,7 +21,7 @@ def test_001_given_diameter_json_representation_i_want_to_send_message_to_diamet
 
   # 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_json_representation_i_want_to_send_message_to_diameter_entity_and_check_it_succeed_for_forced_node(resources, admlc):
 
   requestBody = { "name":"afHost.afRealm.com" }
@@ -42,7 +42,7 @@ def test_002_given_diameter_json_representation_i_want_to_send_message_to_diamet
   ### 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_json_representation_i_want_to_send_message_to_diameter_client_and_check_it_succeed_for_auto_node(resources, admlc):
 
   responseBodyRef = { "success":"true", "response":"Working node has been set to automatic" }