| Index: dbus/bus_unittest.cc
|
| diff --git a/dbus/bus_unittest.cc b/dbus/bus_unittest.cc
|
| index 4011556b3f5a63d59345d9c9e2e5c270c503e0d0..769b6d7ae87671116d6cb4725adcfc4135660584 100644
|
| --- a/dbus/bus_unittest.cc
|
| +++ b/dbus/bus_unittest.cc
|
| @@ -108,7 +108,8 @@ TEST(BusTest, GetExportedObject) {
|
| bus->ShutdownAndBlock();
|
| }
|
|
|
| -TEST(BusTest, UnregisterExportedObject) {
|
| +// http://crbug.com/137846
|
| +TEST(BusTest, FLAKY_UnregisterExportedObject) {
|
| // Start the D-Bus thread.
|
| base::Thread::Options thread_options;
|
| thread_options.message_loop_type = MessageLoop::TYPE_IO;
|
|
|