summaryrefslogtreecommitdiffstats
path: root/ppapi/proxy/serialized_var_unittest.cc
diff options
context:
space:
mode:
Diffstat (limited to 'ppapi/proxy/serialized_var_unittest.cc')
-rw-r--r--ppapi/proxy/serialized_var_unittest.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/ppapi/proxy/serialized_var_unittest.cc b/ppapi/proxy/serialized_var_unittest.cc
index f5c1dde..16155a7 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);