Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(73)

Unified Diff: dbus/end_to_end_async_unittest.cc

Issue 8866009: Mark dbus EndToEndAsyncTest.TestSignalFromRoot flaky (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Update per code review Created 9 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..50959dcd2ed60604bd5210db1d517c041ab48d36 100644
--- a/dbus/end_to_end_async_unittest.cc
+++ b/dbus/end_to_end_async_unittest.cc
@@ -295,7 +295,8 @@ TEST_F(EndToEndAsyncTest, TestSignal) {
ASSERT_EQ(kMessage, test_signal_string_);
}
-TEST_F(EndToEndAsyncTest, TestSignalFromRoot) {
+// Flaky, http://crbug.com/106796
+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.
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698