Skip to content

Commit cbdd8c9

Browse files
committed
Disabling proxy_with_credentials test for non Windows desktop since it isn't supported.
1 parent 2b3944a commit cbdd8c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ TEST_FIXTURE(uri_address, no_proxy_options_on_winrt)
9090

9191
#ifndef __cplusplus_winrt
9292
// Can't specify a proxy with WinRT implementation.
93-
TEST_FIXTURE(uri_address, proxy_with_credentials)
93+
TEST_FIXTURE(uri_address, proxy_with_credentials, "Ignore:Linux", "NYI", "Ignore:Apple", "NYI", "Ignore:Android", "NYI")
9494
{
9595
uri u(U("http://netproxy.redmond.corp.microsoft.com"));
9696

0 commit comments

Comments
 (0)