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

Unified Diff: dbus/end_to_end_async_unittest.cc

Issue 8926009: Mark EndToEndAsyncTest.TestSignal as flaky (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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 50959dcd2ed60604bd5210db1d517c041ab48d36..707c4d8073fbaa26338dc9f29e5ba282d2b44a81 100644
--- a/dbus/end_to_end_async_unittest.cc
+++ b/dbus/end_to_end_async_unittest.cc
@@ -285,7 +285,8 @@ TEST_F(EndToEndAsyncTest, EmptyResponseCallback) {
// check if the test does not crash.
}
-TEST_F(EndToEndAsyncTest, TestSignal) {
+// Flaky, http://crbug.com/107301
+TEST_F(EndToEndAsyncTest, FLAKY_TestSignal) {
const char kMessage[] = "hello, world";
// Send the test signal from the exported object.
test_service_->SendTestSignal(kMessage);
« 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