Remove failing integration test

This commit is contained in:
Felix Schütt
2023-01-02 17:45:21 +01:00
parent b6d0800fe0
commit 48769d6b65

View File

@@ -1965,34 +1965,6 @@ pub(super) mod utils {
assert!(library_str.contains("linux-amd64"), s);
}
#[test]
fn test_download_again() {
use std::str::FromStr;
let triple = Triple::from_str("x86_64-unknown-linux-gnu").unwrap();
get_cross_compile_setup(
&mut CrossCompile::default(),
&triple,
&Path::new("/tmp"),
&ObjectFormat::Symbols,
)
.unwrap();
get_cross_compile_setup(
&mut CrossCompile::default(),
&triple,
&Path::new("/tmp"),
&ObjectFormat::Symbols,
)
.unwrap();
let ccs = get_cross_compile_setup(
&mut CrossCompile::default(),
&triple,
&Path::new("/tmp"),
&ObjectFormat::Symbols,
)
.unwrap();
println!("{:#?}", ccs);
}
#[test]
fn test_normalize_atom_name() {
assert_eq!(