Commit 49fffd31 authored by willchan@chromium.org's avatar willchan@chromium.org

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
parent c2695458
......@@ -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);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment