Skip to content

Commit

Permalink
Re-enable cargo-build-sbf tests (#29415)
Browse files Browse the repository at this point in the history
  • Loading branch information
dmakarov authored Dec 25, 2022
1 parent d392378 commit 2681720
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions sdk/cargo-build-sbf/tests/crates.rs
Original file line number Diff line number Diff line change
Expand Up @@ -49,15 +49,13 @@ fn clean_target(crate_name: &str) {
fs::remove_dir_all(target).expect("Failed to remove target dir");
}

#[ignore]
#[test]
#[serial]
fn test_build() {
run_cargo_build("noop", &[], false);
clean_target("noop");
}

#[ignore]
#[test]
#[serial]
fn test_dump() {
Expand All @@ -79,7 +77,6 @@ fn test_dump() {
clean_target("noop");
}

#[ignore]
#[test]
#[serial]
fn test_out_dir() {
Expand All @@ -91,7 +88,6 @@ fn test_out_dir() {
clean_target("noop");
}

#[ignore]
#[test]
#[serial]
fn test_generate_child_script_on_failure() {
Expand All @@ -107,7 +103,6 @@ fn test_generate_child_script_on_failure() {
clean_target("fail");
}

#[ignore]
#[test]
#[serial]
fn test_sbfv2() {
Expand Down

0 comments on commit 2681720

Please sign in to comment.