From 9aa7c7a634c3ec45ccec04bf9c9effd57456b791 Mon Sep 17 00:00:00 2001 From: Sergey Yakubov <sergey.yakubov@desy.de> Date: Mon, 29 Jul 2019 15:10:48 +0200 Subject: [PATCH] remove http test bad address --- .../curl_http_client_command/CMakeLists.txt | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/tests/automatic/curl_http_client/curl_http_client_command/CMakeLists.txt b/tests/automatic/curl_http_client/curl_http_client_command/CMakeLists.txt index d88fa1fe8..c52597f1b 100644 --- a/tests/automatic/curl_http_client/curl_http_client_command/CMakeLists.txt +++ b/tests/automatic/curl_http_client/curl_http_client_command/CMakeLists.txt @@ -21,7 +21,9 @@ target_link_libraries(${TARGET_NAME} test_common asapo-worker) #add_test_setup_cleanup(${TARGET_NAME}) #add_integration_test(${TARGET_NAME} get_httpbin "GET http://httpbin.org body 200") add_integration_test(${TARGET_NAME} get_badaddress "GET google.com/badaddress found 404") -add_integration_test(${TARGET_NAME} get_badaddress2 "GET 111 clienterror 404") #add_integration_test(${TARGET_NAME} post "POST http://httpbin.org/post data 200") + add_integration_test(${TARGET_NAME} post_badaddress "POST google.com/badaddress found 404") -add_integration_test(${TARGET_NAME} post_badaddress2 "POST 111 clienterror 404") \ No newline at end of file + +#add_integration_test(${TARGET_NAME} get_badaddress2 "GET 111 clienterror 404") +#add_integration_test(${TARGET_NAME} post_badaddress2 "POST 111 clienterror 404") \ No newline at end of file -- GitLab