Commit d787e19b authored by samuong@chromium.org's avatar samuong@chromium.org

Disable OutOfProcessPPAPITest.WebSocket2 on Windows

BUG=389084
TBR=dmichael@chromium.org

Review URL: https://codereview.chromium.org/372293003

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@281803 0039d316-1c4b-4281-b951-d872f2087c98
parent 59aa06ea
......@@ -1016,7 +1016,7 @@ IN_PROC_BROWSER_TEST_F(PPAPITest, MAYBE_WebSocket2) {
IN_PROC_BROWSER_TEST_F(OutOfProcessPPAPITest, WebSocket1) {
RUN_WEBSOCKET_SUBTESTS_1;
}
IN_PROC_BROWSER_TEST_F(OutOfProcessPPAPITest, WebSocket2) {
IN_PROC_BROWSER_TEST_F(OutOfProcessPPAPITest, MAYBE_WebSocket2) {
RUN_WEBSOCKET_SUBTESTS_2;
}
IN_PROC_BROWSER_TEST_F(PPAPINaClNewlibTest, WebSocket1) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment