Skip MemtagGlobalsTest when running with native bridge

Bug: http://b/411111373
Test: run bionic-unit-tests on native bridge
(cherry picked from https://googleplex-android-review.googlesource.com/q/commit:24507f945adf4de9a5b156cdeab37365c08dfb7d)
Merged-In: Ia191f3887d99b856325fc486146e4e3a32276c33
Change-Id: Ia191f3887d99b856325fc486146e4e3a32276c33
diff --git a/tests/memtag_globals_test.cpp b/tests/memtag_globals_test.cpp
index ff93e7b..40023b9 100644
--- a/tests/memtag_globals_test.cpp
+++ b/tests/memtag_globals_test.cpp
@@ -46,6 +46,7 @@
 TEST_P(MemtagGlobalsTest, test) {
   SKIP_WITH_HWASAN << "MTE globals tests are incompatible with HWASan";
 #if defined(__BIONIC__) && defined(__aarch64__)
+  SKIP_WITH_NATIVE_BRIDGE;  // http://b/242170715
   std::string binary = GetTestLibRoot() + "/memtag_globals_binary";
   bool is_static = MemtagGlobalsTest::GetParam();
   if (is_static) {