Skip to content

Commit

Permalink
ignored old tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mihaicalinluca committed Jun 28, 2024
1 parent bcba29e commit c49ecaa
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,19 @@ fn world() -> ScenarioWorld {
}

#[test]
#[ignore]
fn test_go() {
world().run("scenarios/test.scen.json");
}

#[test]
#[ignore]
fn test_esdt_generation_go() {
world().run("scenarios/test_esdt_generation.scen.json");
}

#[test]
#[ignore]
fn test_multiple_sc_go() {
world().run("scenarios/test_multiple_sc.scen.json");
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,19 @@ fn world() -> ScenarioWorld {
}

#[test]
#[ignore]
fn test_rs() {
world().run("scenarios/test.scen.json");
}

#[test]
#[ignore]
fn test_esdt_generation_rs() {
world().run("scenarios/test_esdt_generation.scen.json");
}

#[test]
#[ignore]
fn test_multiple_sc_rs() {
world().run("scenarios/test_multiple_sc.scen.json");
}
Expand Down

0 comments on commit c49ecaa

Please sign in to comment.