Temporarily disable AddMoreDexFileThanLimitBoot.

Bug: 149481706

Test: Ran the gtests and verified the test doesn't run.
Change-Id: I3e9d2c0e37e2b58763a2d89c00dfd358e5f2dbb5
diff --git a/libprofile/profile/profile_compilation_info_test.cc b/libprofile/profile/profile_compilation_info_test.cc
index 8b1cedf..31289fd 100644
--- a/libprofile/profile/profile_compilation_info_test.cc
+++ b/libprofile/profile/profile_compilation_info_test.cc
@@ -706,7 +706,9 @@
   ASSERT_FALSE(AddMethod(&info, dex, /* method_idx= */ 0));
 }
 
-TEST_F(ProfileCompilationInfoTest, AddMoreDexFileThanLimitBoot) {
+// This test exhausts a region in the scudo native memory allocator.
+// Temporarily disable the test until scudo is fixed. See b/149481706.
+TEST_F(ProfileCompilationInfoTest, DISABLED_AddMoreDexFileThanLimitBoot) {
   FakeDexStorage local_storage;
   ProfileCompilationInfo info(/*for_boot_image=*/true);
   // Save a few methods.