Skip to content

Commit

Permalink
Revert feature change
Browse files Browse the repository at this point in the history
Signed-off-by: Patrik Stas <patrik.stas@absa.africa>
  • Loading branch information
Patrik-Stas committed Jun 8, 2023
1 parent b0ce032 commit a89cc93
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions aries_vcx/src/common/keys.rs
Original file line number Diff line number Diff line change
Expand Up @@ -84,11 +84,11 @@ pub async fn get_verkey_from_ledger(indy_ledger: &Arc<dyn IndyLedgerRead>, did:
mod test {
#[tokio::test]
#[ignore]
// #[cfg(all(
// not(feature = "vdr_proxy_ledger"),
// not(feature = "modular_libs"),
// not(feature = "mixed_breed")
// ))]
#[cfg(all(
not(feature = "vdr_proxy_ledger"),
not(feature = "modular_libs"),
not(feature = "mixed_breed")
))]
async fn test_pool_rotate_verkey_fails() {
use super::*;

Expand Down

0 comments on commit a89cc93

Please sign in to comment.