diff options
author | jochen@chromium.org <jochen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-07-18 14:20:13 +0000 |
---|---|---|
committer | jochen@chromium.org <jochen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-07-18 14:20:13 +0000 |
commit | 09862fad65af12890bf2039fe3d7172b0c1c8f6e (patch) | |
tree | b78308e1abef0e2d73807d3b11229653c354f5bf | |
parent | 13e598345943ae1cbe458f2b5cf56618928001c2 (diff) | |
download | chromium_src-09862fad65af12890bf2039fe3d7172b0c1c8f6e.zip chromium_src-09862fad65af12890bf2039fe3d7172b0c1c8f6e.tar.gz chromium_src-09862fad65af12890bf2039fe3d7172b0c1c8f6e.tar.bz2 |
Marking BusTest.UnregisterExportedObject as flaky
BUG=137846
TEST=none
TBR=keybuk@chromium.org
Review URL: https://chromiumcodereview.appspot.com/10797009
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@147234 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | dbus/bus_unittest.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dbus/bus_unittest.cc b/dbus/bus_unittest.cc index 4011556b..769b6d7 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; |