From 7f624b0a15847bcb8f714803d3b3eff35b9b2c51 Mon Sep 17 00:00:00 2001 From: Patrik Stas Date: Tue, 29 Aug 2023 21:50:55 +0200 Subject: [PATCH] Do not run test_agency_pool_it_should_fail_to_select_credentials_for_predicate for credx implementation Signed-off-by: Patrik Stas --- aries_vcx/tests/test_creds_proofs.rs | 2 ++ 1 file changed, 2 insertions(+) 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() {