Merge "Secretkeeper: Disable a replay protection VTS" into main

This commit is contained in:
Treehugger Robot
2023-12-22 11:46:34 +00:00
committed by Gerrit Code Review

View File

@@ -513,6 +513,8 @@ fn secret_management_replay_protection_seq_num_per_session() {
// 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!();