From 9414f2b9c96f10e30fc6f4b3b618481f3d13ca50 Mon Sep 17 00:00:00 2001 From: Ry Racherbaumer Date: Fri, 28 Jun 2024 14:54:57 -0500 Subject: [PATCH] Ignore test that relies on external service (#878) --- xmtp_id/src/scw_verifier.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/xmtp_id/src/scw_verifier.rs b/xmtp_id/src/scw_verifier.rs index 9e94a1dd0..bde5ce5ea 100644 --- a/xmtp_id/src/scw_verifier.rs +++ b/xmtp_id/src/scw_verifier.rs @@ -384,6 +384,7 @@ pub mod tests { // This aims to verify a wrapped ERC-6492 signature that has magic bytes against an ERC-1271 ambire wallet deployed on Polygon. // This doesn't cover the undeployed case. + #[ignore] // This test is temporarily being ignored as it relies on an external service #[tokio::test] async fn test_erc6492_ambire_wallet() { let signer: Address = "0x4836a472ab1dd406ecb8d0f933a985541ee3921f"