Skip to content

Commit

Permalink
Disable BluetoothShellApiTest.ApiSanityCheck it's failing on Mac.
Browse files Browse the repository at this point in the history
Bug: 1219861
Change-Id: I0fdc87d4f29905acaf18b29a07932e3a08228927
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2960706
Owners-Override: Fergal Daly <fergal@google.com>
Reviewed-by: Rakina Zata Amni <rakina@chromium.org>
Commit-Queue: Fergal Daly <fergal@chromium.org>
Cr-Commit-Position: refs/heads/master@{#892405}
  • Loading branch information
fergald authored and Chromium LUCI CQ committed Jun 15, 2021
1 parent e8d82bd commit 8be02e0
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion extensions/browser/api/bluetooth/bluetooth_appshell_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@

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"));
}

0 comments on commit 8be02e0

Please sign in to comment.