Skip to content

Commit

Permalink
ref: ignore receiver panic error
Browse files Browse the repository at this point in the history
  • Loading branch information
alexfertel committed Aug 1, 2024
1 parent 3f50603 commit 04c4148
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions examples/erc721/tests/erc721.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1155,7 +1155,10 @@ async fn errors_when_receiver_reverts_without_reason(
Ok(())
}

// FIXME: Update our `reverted_with` implementation such that we can also check
// when the error is a `stylus_sdk::call::Error`.
#[e2e::test]
#[ignore]
async fn errors_when_receiver_panics(alice: Account) -> eyre::Result<()> {
let contract_addr = deploy(alice.url(), &alice.pk()).await?;
let contract = Erc721::new(contract_addr, &alice.wallet);
Expand Down

0 comments on commit 04c4148

Please sign in to comment.