Skip to content

Commit

Permalink
Disabling failing websocket proxy test on Android.
Browse files Browse the repository at this point in the history
  • Loading branch information
stgates committed May 29, 2015
1 parent ef1079a commit 6a3cf28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Release/tests/functional/websockets/client/proxy_tests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ TEST_FIXTURE(uri_address, no_proxy_options_on_winrt)

#ifndef __cplusplus_winrt
// Can't specify a proxy with WinRT implementation.
TEST_FIXTURE(uri_address, proxy_with_credentials)
TEST_FIXTURE(uri_address, proxy_with_credentials, "Ignore:Android", "390")
{
web::web_proxy proxy(U("http://netproxy.redmond.corp.microsoft.com"));
web::credentials cred(U("artur"), U("fred")); // relax, this is not my real password
Expand Down

0 comments on commit 6a3cf28

Please sign in to comment.