Commit a3b8e8be authored by Wez's avatar Wez Committed by Commit Bot

Disable flaky NetworkErrorLoggingEndToEndTests under OS_FUCHSIA.

These tests are already disabled under OS_WIN, so just add OS_FUCHSIA to
the preprocessor condition.

Bug: 829650, 913155
Change-Id: I6b323a1918e655d890715ae331fae4e612d5228c
Reviewed-on: https://chromium-review.googlesource.com/c/1372323Reviewed-by: default avatarJosh Karlin <jkarlin@chromium.org>
Commit-Queue: Wez <wez@chromium.org>
Cr-Commit-Position: refs/heads/master@{#615641}
parent 6975304c
......@@ -165,7 +165,7 @@ class NetworkErrorLoggingEndToEndTest : public TestWithScopedTaskEnvironment {
DISALLOW_COPY_AND_ASSIGN(NetworkErrorLoggingEndToEndTest);
};
#if defined(OS_WIN)
#if defined(OS_WIN) || defined(OS_FUCHSIA)
// TODO(https://crbug.com/829650): Fix and re-enable these tests.
#define MAYBE_ReportNetworkError DISABLED_ReportNetworkError
#else
......@@ -208,7 +208,7 @@ TEST_F(NetworkErrorLoggingEndToEndTest, MAYBE_ReportNetworkError) {
ExpectDictIntegerValue(0, *body_dict, "status_code");
}
#if defined(OS_WIN)
#if defined(OS_WIN) || defined(OS_FUCHSIA)
// TODO(https://crbug.com/829650): Fix and re-enable these tests.
#define MAYBE_UploadAtShutdown DISABLED_UploadAtShutdown
#else
......
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