Commit 92844d6e authored by Dana Fried's avatar Dana Fried Committed by Chromium LUCI CQ

[sheriff] Disable flaky BluetoothShellApiTest.ApiSanityCheck on Mac

TBR=hansberry@chromium.org

Bug: 1165955
Change-Id: I55392bd0adbe9f83cfcfd13564417f7420384e98
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2626131
Commit-Queue: Dana Fried <dfried@google.com>
Commit-Queue: Dana Fried <dfried@chromium.org>
Reviewed-by: default avatarDana Fried <dfried@chromium.org>
Auto-Submit: Dana Fried <dfried@chromium.org>
Cr-Commit-Position: refs/heads/master@{#842814}
parent 7a26c5ad
......@@ -2,10 +2,17 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "build/build_config.h"
#include "extensions/shell/test/shell_apitest.h"
using BluetoothShellApiTest = extensions::ShellApiTest;
IN_PROC_BROWSER_TEST_F(BluetoothShellApiTest, ApiSanityCheck) {
// TODO(crbug.com/1165955): this test flakes on Mac ASAN
#if defined(OS_MAC)
#define MAYBE_ApiSanityCheck DISABLED_ApiSanityCheck
#else
#define MAYBE_ApiSanityCheck ApiSanityCheck
#endif
IN_PROC_BROWSER_TEST_F(BluetoothShellApiTest, MAYBE_ApiSanityCheck) {
ASSERT_TRUE(RunAppTest("api_test/bluetooth"));
}
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