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