Skip to content

Commit

Permalink
Merge pull request #1867 from multiversx/snippets-feature
Browse files Browse the repository at this point in the history
removed real blockchain tests feature from snippets gen
  • Loading branch information
mihaicalinluca authored Nov 18, 2024
2 parents 8cc43c5 + 1523b1f commit 5a6fc63
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 5a6fc63

Please sign in to comment.