summaryrefslogtreecommitdiffstats
path: root/dbus
diff options
context:
space:
mode:
authorwillchan@chromium.org <willchan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-12-13 03:04:58 +0000
committerwillchan@chromium.org <willchan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-12-13 03:04:58 +0000
commit49fffd311291ab434b91562f9f4db825a650e0eb (patch)
treeaa57f9d13a090938b03cdd29dbca761b24012fc5 /dbus
parentc269545864522e9762ecb837316930cbfa65e40b (diff)
downloadchromium_src-49fffd311291ab434b91562f9f4db825a650e0eb.zip
chromium_src-49fffd311291ab434b91562f9f4db825a650e0eb.tar.gz
chromium_src-49fffd311291ab434b91562f9f4db825a650e0eb.tar.bz2
Mark EndToEndAsyncTest.TestSignal as flaky
BUG=107301 TEST=none Review URL: http://codereview.chromium.org/8926009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114166 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 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);