Skip to content

Commit

Permalink
Mark EndToEndAsyncTest.TestSignal as flaky
Browse files Browse the repository at this point in the history
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
  • Loading branch information
willchan@chromium.org committed Dec 13, 2011
1 parent c269545 commit 49fffd3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dbus/end_to_end_async_unittest.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 49fffd3

Please sign in to comment.