| Index: chrome/test/ppapi/ppapi_browsertest.cc
|
| diff --git a/chrome/test/ppapi/ppapi_browsertest.cc b/chrome/test/ppapi/ppapi_browsertest.cc
|
| index d23323bd6e6fd4e4117354ab3709d2032f80c517..f418233863e5b05dd22b3efae36d28017f5d9630 100644
|
| --- a/chrome/test/ppapi/ppapi_browsertest.cc
|
| +++ b/chrome/test/ppapi/ppapi_browsertest.cc
|
| @@ -964,9 +964,10 @@ IN_PROC_BROWSER_TEST_F(OutOfProcessPPAPITest, Flash) {
|
| LIST_TEST(WebSocket_UtilityGetProtocol) \
|
| LIST_TEST(WebSocket_UtilityTextSendReceive) \
|
| LIST_TEST(WebSocket_UtilityBinarySendReceive) \
|
| - LIST_TEST(WebSocket_UtilityBufferedAmount) \
|
| )
|
| -
|
| +// TODO(yhirano): List this test in SUBTESTS_2 once the close ordering
|
| +// is implemented correctly.
|
| +// LIST_TEST(WebSocket_UtilityBufferedAmount)
|
|
|
| IN_PROC_BROWSER_TEST_F(PPAPITest, WebSocket1) {
|
| RUN_WEBSOCKET_SUBTESTS_1;
|
|
|