Commit 5354f24e authored by Fergus Dall's avatar Fergus Dall Committed by Commit Bot

Sheriff: Disable WorkerThreadTest.SyncTerminate_ImmediatelyAfterStart completely

TBR=nhiroki@chromium.org

Bug: 1003217
Change-Id: I0f0ea6f8a33dc9a4e9291fbe7cccbe0318a5c3fe
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1810165Reviewed-by: default avatarFergus Dall <sidereal@google.com>
Commit-Queue: Fergus Dall <sidereal@google.com>
Cr-Commit-Position: refs/heads/master@{#697479}
parent 826daa0a
......@@ -297,15 +297,7 @@ TEST_F(WorkerThreadTest, AsyncTerminate_ImmediatelyAfterStart) {
}
// Disabled due to flakiness: https://crbug.com/1003217.
#if defined(ADDRESS_SANITIZER) || defined(MEMORY_SANITIZER) || \
defined(THREAD_SANITIZER) || defined(OS_WIN) || defined(OS_ANDROID)
#define MAYBE_SyncTerminate_ImmediatelyAfterStart \
DISABLED_SyncTerminate_ImmediatelyAfterStart
#else
#define MAYBE_SyncTerminate_ImmediatelyAfterStart \
SyncTerminate_ImmediatelyAfterStart
#endif
TEST_F(WorkerThreadTest, MAYBE_SyncTerminate_ImmediatelyAfterStart) {
TEST_F(WorkerThreadTest, DISABLED_SyncTerminate_ImmediatelyAfterStart) {
ExpectReportingCallsForWorkerPossiblyTerminatedBeforeInitialization();
Start();
......
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