Commit 79081496 authored by Patrik Höglund's avatar Patrik Höglund Committed by Commit Bot

Disabling flaky ChromeTracingDelegateBrowserTest tests.

Tbr: skyostil@chromium.org
Bug: 1012218
Change-Id: If238d6632769c3f4faa4fde81d53b26ba83bdf01
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1847293Reviewed-by: default avatarPatrik Höglund <phoglund@chromium.org>
Commit-Queue: Patrik Höglund <phoglund@chromium.org>
Cr-Commit-Position: refs/heads/master@{#703677}
parent 1037e4ac
...@@ -159,16 +159,9 @@ IN_PROC_BROWSER_TEST_F(ChromeTracingDelegateBrowserTest, ...@@ -159,16 +159,9 @@ IN_PROC_BROWSER_TEST_F(ChromeTracingDelegateBrowserTest,
base::Closure(), content::BackgroundTracingManager::NO_DATA_FILTERING)); base::Closure(), content::BackgroundTracingManager::NO_DATA_FILTERING));
} }
// Flaky on Linux and Windows. See https://crbug.com/723933. // Flaky. See https://crbug.com/723933 and https://crbug.com/1012218.
#if defined(OS_LINUX) || defined(OS_WIN)
#define MAYBE_BackgroundTracingThrottleTimeElapsed \
DISABLED_BackgroundTracingThrottleTimeElapsed
#else
#define MAYBE_BackgroundTracingThrottleTimeElapsed \
BackgroundTracingThrottleTimeElapsed
#endif
IN_PROC_BROWSER_TEST_F(ChromeTracingDelegateBrowserTest, IN_PROC_BROWSER_TEST_F(ChromeTracingDelegateBrowserTest,
MAYBE_BackgroundTracingThrottleTimeElapsed) { DISABLED_BackgroundTracingThrottleTimeElapsed) {
base::RunLoop wait_for_upload; base::RunLoop wait_for_upload;
EXPECT_TRUE(StartPreemptiveScenario( EXPECT_TRUE(StartPreemptiveScenario(
...@@ -224,18 +217,12 @@ IN_PROC_BROWSER_TEST_F(ChromeTracingDelegateBrowserTest, ...@@ -224,18 +217,12 @@ IN_PROC_BROWSER_TEST_F(ChromeTracingDelegateBrowserTest,
base::Closure(), content::BackgroundTracingManager::ANONYMIZE_DATA)); base::Closure(), content::BackgroundTracingManager::ANONYMIZE_DATA));
} }
#if defined(OS_MACOSX) && defined(ADDRESS_SANITIZER)
// Flaky on ASAN on Mac. See https://crbug.com/674497. // Flaky on ASAN on Mac. See https://crbug.com/674497.
#define MAYBE_NewIncognitoSessionBlockingTraceFinalization \ // Flaky in general. See https://crbug.com/1012218.
DISABLED_NewIncognitoSessionBlockingTraceFinalization
#else
#define MAYBE_NewIncognitoSessionBlockingTraceFinalization \
NewIncognitoSessionBlockingTraceFinalization
#endif
// If we need a PII-stripped trace, any new OTR session during tracing should // If we need a PII-stripped trace, any new OTR session during tracing should
// block the finalization of the trace. // block the finalization of the trace.
IN_PROC_BROWSER_TEST_F(ChromeTracingDelegateBrowserTest, IN_PROC_BROWSER_TEST_F(ChromeTracingDelegateBrowserTest,
MAYBE_NewIncognitoSessionBlockingTraceFinalization) { DISABLED_NewIncognitoSessionBlockingTraceFinalization) {
EXPECT_TRUE(StartPreemptiveScenario( EXPECT_TRUE(StartPreemptiveScenario(
base::Closure(), content::BackgroundTracingManager::ANONYMIZE_DATA)); base::Closure(), content::BackgroundTracingManager::ANONYMIZE_DATA));
......
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