Skip to content

Commit 75ff7df

Browse files
author
Ognjen Sobajic
committed
Enabling the test request_timeout which passes now.
1 parent a13b5da commit 75ff7df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ TEST_FIXTURE(uri_address, server_close_without_responding,
123123
}
124124

125125
// This test hangs or crashes intermittently on Linux
126-
TEST_FIXTURE(uri_address, request_timeout, "Ignore:Linux", "TFS#612139")
126+
TEST_FIXTURE(uri_address, request_timeout)
127127
{
128128
test_http_server::scoped_server scoped(m_uri);
129129
http_client_config config;

0 commit comments

Comments
 (0)