Skip to content

Commit 894f53f

Browse files
author
Ognjen Sobajic
committed
Enabling some tests which pass now
2 parents 75ff7df + d6fa40e commit 894f53f

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

Release/tests/Functional/http/client/connections_and_errors.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,10 @@ TEST_FIXTURE(uri_address, server_close_without_responding,
122122
VERIFY_THROWS_HTTP_ERROR_CODE(client.request(methods::GET).wait(), std::errc::host_unreachable);
123123
}
124124

125+
<<<<<<< HEAD
125126
// This test hangs or crashes intermittently on Linux
127+
=======
128+
>>>>>>> d6fa40eca4908abacf667b3865e894f393a15c4f
126129
TEST_FIXTURE(uri_address, request_timeout)
127130
{
128131
test_http_server::scoped_server scoped(m_uri);

Release/tests/Functional/http/client/progress_handler_tests.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -272,8 +272,7 @@ TEST_FIXTURE(uri_address, set_progress_handler_open_failure)
272272
VERIFY_ARE_EQUAL(0, calls);
273273
}
274274

275-
// This test hangs or crashes intermittently on Linux
276-
TEST_FIXTURE(uri_address, set_progress_handler_request_timeout, "Ignore:Linux", "TFS#612139")
275+
TEST_FIXTURE(uri_address, set_progress_handler_request_timeout)
277276
{
278277
test_http_server::scoped_server scoped(m_uri);
279278
http_client_config config;

0 commit comments

Comments
 (0)