Skip to content

Commit

Permalink
Ignore test that relies on external service (#878)
Browse files Browse the repository at this point in the history
  • Loading branch information
rygine authored Jun 28, 2024
1 parent e61585a commit 9414f2b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions xmtp_id/src/scw_verifier.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 9414f2b

Please sign in to comment.