diff options
| -rw-r--r-- | tests/heap_tagging_level_test.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/heap_tagging_level_test.cpp b/tests/heap_tagging_level_test.cpp index 96c2ffd0b..ae678b7b5 100644 --- a/tests/heap_tagging_level_test.cpp +++ b/tests/heap_tagging_level_test.cpp @@ -222,6 +222,7 @@ class MemtagNoteTest : public testing::TestWithParam<std::tuple<MemtagNote, bool TEST_P(MemtagNoteTest, SEGV) { #if defined(__BIONIC__) && defined(__aarch64__) + SKIP_WITH_NATIVE_BRIDGE; // http://b/242170715 // Note that we do not check running_with_hwasan() - what matters here is whether the test binary // itself is built with HWASan. bool withHWASAN = __has_feature(hwaddress_sanitizer); |
