summaryrefslogtreecommitdiffstats
path: root/dbus
diff options
context:
space:
mode:
authorarthurhsu@chromium.org <arthurhsu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-12-08 01:01:21 +0000
committerarthurhsu@chromium.org <arthurhsu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-12-08 01:01:21 +0000
commite5ef0020dfb937e01085df87ca67aa547f85cdc1 (patch)
tree180eb580cf7ca743c70fa3ce98d25c43b3a6469b /dbus
parent84677847c10d0319d8d996aea9b310add85c0bd3 (diff)
downloadchromium_src-e5ef0020dfb937e01085df87ca67aa547f85cdc1.zip
chromium_src-e5ef0020dfb937e01085df87ca67aa547f85cdc1.tar.gz
chromium_src-e5ef0020dfb937e01085df87ca67aa547f85cdc1.tar.bz2
Mark dbus EndToEndAsyncTest.TestSignalFromRoot flaky
BUG=106796 TEST=none Review URL: http://codereview.chromium.org/8866009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113516 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'dbus')
-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 5c98fe9..50959dc 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.