Skip to content

Commit

Permalink
removed real blockchain tests feature from snippets gen
Browse files Browse the repository at this point in the history
  • Loading branch information
mihaicalinluca committed Nov 18, 2024
1 parent fd86e74 commit deee461
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@ toml = "0.8.6"
[features]
chain-simulator-tests = []
blockchain-tests = []
"#
)
.unwrap();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ use rust_interact::ContractInteract;
// In order for this test to work, make sure that the `config.toml` file contains the real blockchain config (or choose it manually)
// Can be run with `sc-meta test`.
#[tokio::test]
#[cfg_attr(not(feature = "blockchain-tests"), ignore)]
#[ignore = "run on demand, relies on real blockchain state"]
async fn deploy_test_{crate_name}() {{
let mut interactor = ContractInteract::new().await;
Expand Down

0 comments on commit deee461

Please sign in to comment.