Commit 6e5d6b22 authored by Tommy Li's avatar Tommy Li Committed by Commit Bot

[sheriff] Disable BluetoothTest.ConstructDefaultAdapter on Mac

This test is flaky on Mac in general:
https://ci.chromium.org/p/chromium/builders/ci/Mac10.12%20Tests/33739

Bug: 1076005
Change-Id: I9c338cc128d43e8d44977dc7328a73f7c23efd8a
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2170554
Auto-Submit: Tommy Li <tommycli@chromium.org>
Reviewed-by: default avatarReilly Grant <reillyg@chromium.org>
Commit-Queue: Reilly Grant <reillyg@chromium.org>
Commit-Queue: Tommy Li <tommycli@chromium.org>
Cr-Commit-Position: refs/heads/master@{#763485}
parent 88e1892f
...@@ -691,9 +691,8 @@ TEST_F(BluetoothAdapterTest, StartDiscoverySessionError_Destroy) { ...@@ -691,9 +691,8 @@ TEST_F(BluetoothAdapterTest, StartDiscoverySessionError_Destroy) {
} }
// TODO(scheib): Enable BluetoothTest fixture tests on all platforms. // TODO(scheib): Enable BluetoothTest fixture tests on all platforms.
// TODO(https://crbug.com/1076005) Flaky on Mac MSan // TODO(https://crbug.com/1076005) Flaky on Mac
#if defined(OS_ANDROID) || \ #if defined(OS_ANDROID)
(defined(OS_MACOSX) && not defined(ADDRESS_SANITIZER))
#define MAYBE_ConstructDefaultAdapter ConstructDefaultAdapter #define MAYBE_ConstructDefaultAdapter ConstructDefaultAdapter
#else #else
#define MAYBE_ConstructDefaultAdapter DISABLED_ConstructDefaultAdapter #define MAYBE_ConstructDefaultAdapter DISABLED_ConstructDefaultAdapter
......
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