Skip to content
This repository has been archived by the owner on Aug 2, 2024. It is now read-only.

Commit

Permalink
ignore one more declare test
Browse files Browse the repository at this point in the history
  • Loading branch information
tdelabro committed Oct 11, 2023
1 parent e2b883b commit ed039e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions starknet-rpc-test/add_declare_transaction.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ use starknet_rpc_test::{SendTransactionError, Transaction, TransactionResult};

#[rstest]
#[tokio::test]
#[ignore = "unpredictable error type depending on the test execution order"]
async fn fail_validation_step(madara: &ThreadSafeMadaraClient) -> Result<(), anyhow::Error> {
let rpc = madara.get_starknet_client().await;

Expand Down

0 comments on commit ed039e0

Please sign in to comment.