From 2f0929d86703b5e19f1fc3da284efe3c505d933a Mon Sep 17 00:00:00 2001 From: Dennis Shen Date: Fri, 9 Feb 2024 12:46:59 +0000 Subject: [PATCH] aconfig: turn off the offending test point Bug: b/324459233 Test: atest aconfig_storage_file.test and the test point is no longer executed. Change-Id: I34b5da7a1b152f213926cc2e1f9511785e9d384f --- tools/aconfig/aconfig_storage_file/src/mapped_file.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/aconfig/aconfig_storage_file/src/mapped_file.rs b/tools/aconfig/aconfig_storage_file/src/mapped_file.rs index ad0c66f36f..3929dbd763 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 @@ files { } #[test] + #[cfg(feature = "cargo")] fn test_map_non_read_only_file() { #[cfg(feature = "cargo")] create_temp_storage_files_for_test();