| Index: ppapi/proxy/serialized_var_unittest.cc
|
| diff --git a/ppapi/proxy/serialized_var_unittest.cc b/ppapi/proxy/serialized_var_unittest.cc
|
| index f5c1dde95431d7e6dd68d398e46c9084b5d06d81..16155a71b9e81901de122fa1cec61994ab26a7ac 100644
|
| --- a/ppapi/proxy/serialized_var_unittest.cc
|
| +++ b/ppapi/proxy/serialized_var_unittest.cc
|
| @@ -201,7 +201,7 @@ TEST_F(SerializedVarTest, PluginReceiveInput) {
|
|
|
| // Tests the case that the plugin receives the same vars twice as an input
|
| // parameter (not passing ownership) within a vector.
|
| -TEST_F(SerializedVarTest, PluginVectorReceiveInput) {
|
| +TEST_F(SerializedVarTest, DISABLED_PluginVectorReceiveInput) {
|
| ProxyAutoLock lock;
|
| PP_Var host_object = MakeObjectVar(0x31337);
|
|
|
|
|