Commit 015d9b58 authored by mgersh's avatar mgersh Committed by Commit bot

Disable BidirectionalStreamTest#testFailures

It's flaky, with more failures than not, because of new checks added in
a CL from earlier today. Disabling for now, to be fixed for real
tomorrow.

BUG=653654

Review-Url: https://codereview.chromium.org/2398273002
Cr-Commit-Position: refs/heads/master@{#423694}
parent b031e2c1
......@@ -1220,9 +1220,14 @@ public class BidirectionalStreamTest extends CronetTestBase {
mTestFramework.mCronetEngine.removeRequestFinishedListener(requestFinishedListener);
}
/*
Disabled temporarily due to http://crbug.com/653654
@SmallTest
@Feature({"Cronet"})
@OnlyRunNativeCronet
*/
@DisabledTest
public void testFailures() throws Exception {
throwOrCancel(FailureType.CANCEL_SYNC, ResponseStep.ON_STREAM_READY, false);
throwOrCancel(FailureType.CANCEL_ASYNC, ResponseStep.ON_STREAM_READY, false);
......
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