diff --git a/aries_vcx/tests/test_creds_proofs.rs b/aries_vcx/tests/test_creds_proofs.rs index 7c4cae49a8..8804f58ec9 100644 --- a/aries_vcx/tests/test_creds_proofs.rs +++ b/aries_vcx/tests/test_creds_proofs.rs @@ -733,6 +733,8 @@ mod tests { .await; } + // todo: credx implementation does not support checking credential value in respect to predicate + #[cfg(feature = "vdrtools")] #[tokio::test] #[ignore] async fn test_agency_pool_it_should_fail_to_select_credentials_for_predicate() {