summaryrefslogtreecommitdiffstats
path: root/dbus/end_to_end_async_unittest.cc
diff options
context:
space:
mode:
Diffstat (limited to 'dbus/end_to_end_async_unittest.cc')
-rw-r--r--dbus/end_to_end_async_unittest.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/dbus/end_to_end_async_unittest.cc b/dbus/end_to_end_async_unittest.cc
index 50959dc..707c4d8 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);