Restore SBFv2 test in cargo-build-sbf tests (#30421)

This commit is contained in:
Dmitri Makarov 2023-02-21 15:48:58 -05:00 committed by GitHub
parent 35328ca63d
commit b0f7b782d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -105,7 +105,6 @@ fn test_generate_child_script_on_failure() {
#[test]
#[serial]
#[ignore]
fn test_sbfv2() {
run_cargo_build("noop", &["--arch", "sbfv2"], false);
let cwd = env::current_dir().expect("Unable to get current working directory");