Loading security/secretkeeper/aidl/vts/secretkeeper_test_client.rs +2 −0 Original line number Diff line number Diff line Loading @@ -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!(); Loading Loading
security/secretkeeper/aidl/vts/secretkeeper_test_client.rs +2 −0 Original line number Diff line number Diff line Loading @@ -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!(); Loading