Merge "aconfig: turn off the offending test point" into main am: 0b0f11fecb am: 073ff98735

Original change: https://android-review.googlesource.com/c/platform/build/+/2955388

Change-Id: Ie0b4a70274d7d39173cd7c19d62a792bff7247ea
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
diff --git a/tools/aconfig/aconfig_storage_file/src/mapped_file.rs b/tools/aconfig/aconfig_storage_file/src/mapped_file.rs
index ad0c66f..3929dbd 100644
--- a/tools/aconfig/aconfig_storage_file/src/mapped_file.rs
+++ b/tools/aconfig/aconfig_storage_file/src/mapped_file.rs
@@ -243,6 +243,7 @@
     }
 
     #[test]
+    #[cfg(feature = "cargo")]
     fn test_map_non_read_only_file() {
         #[cfg(feature = "cargo")]
         create_temp_storage_files_for_test();