From c48aee55f0bb5ddacc090c945d3c9ecb7140790e Mon Sep 17 00:00:00 2001 From: "Charles E. Lehner" Date: Tue, 30 Mar 2021 10:46:33 -0400 Subject: [PATCH] Disable failing live did-tezos tests --- did-tezos/src/explorer.rs | 2 ++ did-tezos/src/lib.rs | 1 + 2 files changed, 3 insertions(+) diff --git a/did-tezos/src/explorer.rs b/did-tezos/src/explorer.rs index 636368e54..841220796 100644 --- a/did-tezos/src/explorer.rs +++ b/did-tezos/src/explorer.rs @@ -115,6 +115,7 @@ mod tests { const LIVE_DID_MANAGER: &str = "KT1XFk3nxojBisE5WpXugmuPuh9GRzo54gxL"; #[tokio::test] + #[ignore] async fn test_retrieve_did_manager() { let did_manager = retrieve_did_manager(BCD_URL, LIVE_TZ1, LIVE_NETWORK).await; assert!(did_manager.is_ok()); @@ -122,6 +123,7 @@ mod tests { } #[tokio::test] + #[ignore] async fn test_execute_view() { let service_endpoint = execute_service_view( BCD_URL, diff --git a/did-tezos/src/lib.rs b/did-tezos/src/lib.rs index 8600ec08b..1944bdde3 100644 --- a/did-tezos/src/lib.rs +++ b/did-tezos/src/lib.rs @@ -1161,6 +1161,7 @@ mod tests { ); } + #[ignore] #[tokio::test] async fn test_full_resolution() { // let address = "tz1WvvbEGpBXGeTVbLiR6DYBe1izmgiYuZbq";