mirror of
https://github.com/mii443/wasmer.git
synced 2025-12-06 12:48:20 +00:00
Remove failing integration test
This commit is contained in:
@@ -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!(
|
||||
|
||||
Reference in New Issue
Block a user