Commit cab3043d authored by Misha Efimov's avatar Misha Efimov Committed by Commit Bot

[Cronet] Disable flaky UrlRequestTest.UploadCancel*Sync tests on Fuchsia.

Bug: 954372
Change-Id: Id148ead661409576491fec9b37226e975098ef76
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1575115Reviewed-by: default avatarWez <wez@chromium.org>
Commit-Queue: Misha Efimov <mef@chromium.org>
Auto-Submit: Misha Efimov <mef@chromium.org>
Cr-Commit-Position: refs/heads/master@{#652684}
parent b0910884
......@@ -870,7 +870,8 @@ TEST_P(UrlRequestTest, UploadFailsWithoutInitializingStream) {
EXPECT_TRUE(callback->on_error_called_);
}
TEST_P(UrlRequestTest, UploadCancelReadSync) {
// TODO(https://crbug.com/954372): Flakes in AssertClosed().
TEST_P(UrlRequestTest, DISABLED_UploadCancelReadSync) {
auto callback =
std::make_unique<TestUrlRequestCallback>(GetDirectExecutorParam());
const std::string url = cronet::TestServer::GetEchoRequestBodyURL();
......@@ -911,7 +912,8 @@ TEST_P(UrlRequestTest, UploadCancelReadAsync) {
EXPECT_TRUE(callback->on_canceled_called_);
}
TEST_P(UrlRequestTest, UploadCancelRewindSync) {
// TODO(https://crbug.com/954372): Flakes in AssertClosed().
TEST_P(UrlRequestTest, DISABLED_UploadCancelRewindSync) {
auto callback =
std::make_unique<TestUrlRequestCallback>(GetDirectExecutorParam());
const std::string url = cronet::TestServer::GetRedirectToEchoBodyURL();
......
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