Skip to content

Commit 78e6c0c

Browse files
committed
Ignoring test case connections_and_errors:try_port_already_in_use pending resolution of Bug 879077
1 parent 384bbb0 commit 78e6c0c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,11 +144,11 @@ TEST(default_port_admin_access, "Ignore", "Manual")
144144
VERIFY_THROWS(listener.open().wait(), http_exception);
145145
}
146146

147-
TEST_FIXTURE(uri_address, try_port_already_in_use)
147+
TEST_FIXTURE(uri_address, try_port_already_in_use, "Ignore:Linux", "Bug 879077")
148148
{
149149
test_http_server::scoped_server scoped(m_uri);
150150
http_listener listener(m_uri);
151-
VERIFY_THROWS(listener.open().wait(), std::exception);
151+
VERIFY_THROWS(listener.open().wait(), http_exception);
152152
}
153153

154154
TEST_FIXTURE(uri_address, reply_after_starting_close)

0 commit comments

Comments
 (0)