diff --git a/aries/aries_vcx/tests/test_revocations.rs b/aries/aries_vcx/tests/test_revocations.rs index f56aaa02e6..c3163a0a32 100644 --- a/aries/aries_vcx/tests/test_revocations.rs +++ b/aries/aries_vcx/tests/test_revocations.rs @@ -191,8 +191,10 @@ async fn test_agency_pool_local_revocation() -> Result<(), Box> { Ok(()) } -#[tokio::test] -#[ignore] +// TODO - re-enable after https://github.com/hyperledger/aries-vcx/issues/1309 +// #[tokio::test] +// #[ignore] +#[allow(unused)] async fn test_agency_batch_revocation() -> Result<(), Box> { let setup = SetupPoolDirectory::init().await; let mut institution = create_test_agent_trustee(setup.genesis_file_path.clone()).await;