Skip to content

Commit 2b3944a

Browse files
committed
Disabling and invalid test proxy test for WinRT.
1 parent 7b56a6c commit 2b3944a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,10 @@ TEST_FIXTURE(uri_address, no_proxy_options_on_winrt)
8686

8787
VERIFY_THROWS(client.request(methods::GET, U("/")).get(), http_exception);
8888
}
89+
#endif
8990

91+
#ifndef __cplusplus_winrt
92+
// Can't specify a proxy with WinRT implementation.
9093
TEST_FIXTURE(uri_address, proxy_with_credentials)
9194
{
9295
uri u(U("http://netproxy.redmond.corp.microsoft.com"));

0 commit comments

Comments
 (0)