Skip to content

Commit cc3fac5

Browse files
author
Ognjen Sobajic
committed
Fixing the build - Removing some extra lines that occured on merging.
1 parent 894f53f commit cc3fac5

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -122,10 +122,6 @@ 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
126-
// This test hangs or crashes intermittently on Linux
127-
=======
128-
>>>>>>> d6fa40eca4908abacf667b3865e894f393a15c4f
129125
TEST_FIXTURE(uri_address, request_timeout)
130126
{
131127
test_http_server::scoped_server scoped(m_uri);

0 commit comments

Comments
 (0)