Commit f03ec7d6 authored by Yi Gu's avatar Yi Gu Committed by Commit Bot

Disable ThreadDelegatePosixTest.CurrentThreadBase on ChromeOS

The test has been flaky since it was introduced. See bug for details.

TBR=ssid@chromium.org

Bug: 1133434
Change-Id: I7ecb38170912745d7b86fc3128b1601c8e6537e6
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2438969Reviewed-by: default avatarYi Gu <yigu@chromium.org>
Commit-Queue: Yi Gu <yigu@chromium.org>
Cr-Commit-Position: refs/heads/master@{#811854}
parent dcbd3e62
......@@ -11,7 +11,8 @@
namespace base {
// ASAN moves local variables outside of the stack extents.
#if defined(ADDRESS_SANITIZER)
// Test is flaky on ChromeOS. crbug.com/1133434.
#if defined(ADDRESS_SANITIZER) || defined(OS_CHROMEOS)
#define MAYBE_CurrentThreadBase DISABLED_CurrentThreadBase
#else
#define MAYBE_CurrentThreadBase CurrentThreadBase
......
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