Chromium Code Reviews| Index: dbus/end_to_end_async_unittest.cc |
| diff --git a/dbus/end_to_end_async_unittest.cc b/dbus/end_to_end_async_unittest.cc |
| index 5c98fe9b713d70c91780fd6c17d6585f915805a4..bbde2c6ebf1595fe83859bd74d24619d6faa25b2 100644 |
| --- a/dbus/end_to_end_async_unittest.cc |
| +++ b/dbus/end_to_end_async_unittest.cc |
| @@ -295,7 +295,7 @@ TEST_F(EndToEndAsyncTest, TestSignal) { |
| ASSERT_EQ(kMessage, test_signal_string_); |
| } |
|
Raghu Simha
2011/12/08 00:51:59
nit: Add an annotation to the bug ID with a TODO.
|
| -TEST_F(EndToEndAsyncTest, TestSignalFromRoot) { |
| +TEST_F(EndToEndAsyncTest, FLAKY_TestSignalFromRoot) { |
| const char kMessage[] = "hello, world"; |
| // Send the test signal from the root object path, to see if we can |
| // handle signals sent from "/", like dbus-send does. |