Merge "Secretkeeper: Disable a replay protection VTS" into main am: 78b266ba5a am: 4a91f6b211 am: 95ff336380

Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/2890149

Change-Id: Ia585ab387ebbaea8e9212873209786ebeafd4592
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
diff --git a/security/secretkeeper/aidl/vts/secretkeeper_test_client.rs b/security/secretkeeper/aidl/vts/secretkeeper_test_client.rs
index 994f581..c457d24 100644
--- a/security/secretkeeper/aidl/vts/secretkeeper_test_client.rs
+++ b/security/secretkeeper/aidl/vts/secretkeeper_test_client.rs
@@ -513,6 +513,8 @@
 
 // This test checks that Secretkeeper rejects requests with out of order [`RequestSeqNum`]
 #[test]
+// TODO(b/317416663): This test fails, when HAL is not present in the device. Refactor to fix this.
+#[ignore]
 #[should_panic]
 fn secret_management_replay_protection_out_of_seq_req_not_accepted() {
     let sk_client = setup_client!();