tests: Disable cpu_target_features

These tests are failing consistently in some builds.
Disable it while we investigate.

Bug: b/378304366
Bug: b/375525252
Test: Presubmit
Change-Id: I5a8ecfaa57ef77ad961ea798ebf4dedde028b468
diff --git a/tests/Android.bp b/tests/Android.bp
index 22fa542..a97f5a8 100644
--- a/tests/Android.bp
+++ b/tests/Android.bp
@@ -389,7 +389,9 @@
         "bug_26110743_test.cpp",
         "byteswap_test.cpp",
         "complex_test.cpp",
-        "cpu_target_features_test.cpp",
+        // Disabled while investigating
+        // b/378304366, b/375525252
+        // "cpu_target_features_test.cpp",
         "ctype_test.cpp",
         "dirent_test.cpp",
         "elf_test.cpp",