Re-enable cargo-build-sbf tests (#29415)

This commit is contained in:
Dmitri Makarov 2022-12-25 07:25:22 -05:00 committed by GitHub
parent d39237891b
commit 2681720557
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 5 deletions

View File

@ -49,7 +49,6 @@ fn clean_target(crate_name: &str) {
fs::remove_dir_all(target).expect("Failed to remove target dir");
}
#[ignore]
#[test]
#[serial]
fn test_build() {
@ -57,7 +56,6 @@ fn test_build() {
clean_target("noop");
}
#[ignore]
#[test]
#[serial]
fn test_dump() {
@ -79,7 +77,6 @@ fn test_dump() {
clean_target("noop");
}
#[ignore]
#[test]
#[serial]
fn test_out_dir() {
@ -91,7 +88,6 @@ fn test_out_dir() {
clean_target("noop");
}
#[ignore]
#[test]
#[serial]
fn test_generate_child_script_on_failure() {
@ -107,7 +103,6 @@ fn test_generate_child_script_on_failure() {
clean_target("fail");
}
#[ignore]
#[test]
#[serial]
fn test_sbfv2() {