| Index: mojo/edk/system/message_pipe_unittest.cc
|
| diff --git a/mojo/edk/system/message_pipe_unittest.cc b/mojo/edk/system/message_pipe_unittest.cc
|
| index bfafbb740d1b97a15171e88e1bf704e24efc80c4..91e8b2df89247b208f46c8e599d0ee146ac7281e 100644
|
| --- a/mojo/edk/system/message_pipe_unittest.cc
|
| +++ b/mojo/edk/system/message_pipe_unittest.cc
|
| @@ -467,13 +467,7 @@ TEST_F(MessagePipeTest, DISABLED_DataPipeProducerHandlePingPong) {
|
| MojoClose(p[i]);
|
| }
|
|
|
| -#if defined(OS_ANDROID)
|
| -// Android multi-process tests are not executing the new process. This is flaky.
|
| -#define MAYBE_SharedBufferHandlePingPong DISABLED_SharedBufferHandlePingPong
|
| -#else
|
| -#define MAYBE_SharedBufferHandlePingPong SharedBufferHandlePingPong
|
| -#endif
|
| -TEST_F(MessagePipeTest, MAYBE_SharedBufferHandlePingPong) {
|
| +TEST_F(MessagePipeTest, SharedBufferHandlePingPong) {
|
| MojoHandle buffers[kPingPongHandlesPerIteration];
|
| for (size_t i = 0; i <kPingPongHandlesPerIteration; ++i)
|
| EXPECT_EQ(MOJO_RESULT_OK, MojoCreateSharedBuffer(nullptr, 1, &buffers[i]));
|
|
|