Skip to content

Commit d6fa40e

Browse files
committed
Resolve TFS bug 612139: these tests no longer fail on Linux
1 parent a13b5da commit d6fa40e

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,8 +122,7 @@ 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-
// This test hangs or crashes intermittently on Linux
126-
TEST_FIXTURE(uri_address, request_timeout, "Ignore:Linux", "TFS#612139")
125+
TEST_FIXTURE(uri_address, request_timeout)
127126
{
128127
test_http_server::scoped_server scoped(m_uri);
129128
http_client_config config;

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)