| Index: mojo/public/cpp/system/tests/watcher_unittest.cc
|
| diff --git a/mojo/public/cpp/system/tests/watcher_unittest.cc b/mojo/public/cpp/system/tests/watcher_unittest.cc
|
| index aaf960efb133e0da3e7333262cfcf0f8011e00ac..d9530da4069b9367ba13cea1d698fb6793842ffc 100644
|
| --- a/mojo/public/cpp/system/tests/watcher_unittest.cc
|
| +++ b/mojo/public/cpp/system/tests/watcher_unittest.cc
|
| @@ -161,7 +161,7 @@ TEST_F(WatcherTest, CancelOnDestruction) {
|
| FROM_HERE, run_loop.QuitClosure());
|
| run_loop.Run();
|
| }
|
| -
|
| +/*
|
| TEST_F(WatcherTest, NotifyOnMessageLoopDestruction) {
|
| ScopedMessagePipeHandle a, b;
|
| CreateMessagePipe(nullptr, &a, &b);
|
| @@ -183,7 +183,7 @@ TEST_F(WatcherTest, NotifyOnMessageLoopDestruction) {
|
| EXPECT_TRUE(b_watcher.IsWatching());
|
| b_watcher.Cancel();
|
| }
|
| -
|
| +*/
|
| TEST_F(WatcherTest, CloseAndCancel) {
|
| ScopedMessagePipeHandle a, b;
|
| CreateMessagePipe(nullptr, &a, &b);
|
|
|