Skip to content

Commit

Permalink
disable batch revocation
Browse files Browse the repository at this point in the history
Signed-off-by: gmulhearn <gmulhearn@proton.me>
  • Loading branch information
gmulhearn committed Jan 1, 2025
1 parent b336b18 commit ec82624
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions aries/aries_vcx/tests/test_revocations.rs
Original file line number Diff line number Diff line change
Expand Up @@ -191,8 +191,10 @@ async fn test_agency_pool_local_revocation() -> Result<(), Box<dyn Error>> {
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<dyn Error>> {
let setup = SetupPoolDirectory::init().await;
let mut institution = create_test_agent_trustee(setup.genesis_file_path.clone()).await;
Expand Down

0 comments on commit ec82624

Please sign in to comment.