Skip to content

Commit

Permalink
Do not run test_agency_pool_it_should_fail_to_select_credentials_for_…
Browse files Browse the repository at this point in the history
…predicate for credx implementation

Signed-off-by: Patrik Stas <patrik.stas@absa.africa>
  • Loading branch information
Patrik-Stas committed Aug 29, 2023
1 parent b7615ac commit 4708c07
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions aries_vcx/tests/test_creds_proofs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -733,6 +733,8 @@ mod tests {
.await;
}

// todo: credx implementation does not support checking credential value in respect to predicate
#[cfg(not(feature = "modular_libs"))]
#[tokio::test]
#[ignore]
async fn test_agency_pool_it_should_fail_to_select_credentials_for_predicate() {
Expand Down Expand Up @@ -776,6 +778,7 @@ mod tests {
let mut prover = create_proof(&mut consumer, &consumer_to_institution, None).await;
let selected_credentials =
prover_select_credentials(&mut prover, &mut consumer, &consumer_to_institution, None).await;

assert!(selected_credentials.credential_for_referent.is_empty());
})
.await;
Expand Down

0 comments on commit 4708c07

Please sign in to comment.