Merge "Skip the malloc_slack test on native bridge." am: 33b86cc6c1

Original change: https://android-review.googlesource.com/c/platform/bionic/+/1730406

Change-Id: Id4224d7e5036bc55b0b5bf49a010dfe47402856f
diff --git a/tests/malloc_test.cpp b/tests/malloc_test.cpp
index d73f243..30da5c3 100644
--- a/tests/malloc_test.cpp
+++ b/tests/malloc_test.cpp
@@ -1355,6 +1355,8 @@
 
 TEST(malloc, allocation_slack) {
 #if defined(__BIONIC__)
+  SKIP_WITH_NATIVE_BRIDGE;  // http://b/189606147
+
   bool allocator_scudo;
   GetAllocatorVersion(&allocator_scudo);
   if (!allocator_scudo) {