File tree 1 file changed +5
-3
lines changed
1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -475,7 +475,8 @@ fn test_install_invalid() {
475
475
476
476
// Tests above should (maybe) be converted to shell out to rustpkg, too
477
477
478
- #[ test] #[ ignore( cfg( target_arch = "x86" ) ) ]
478
+ // FIXME: #7956: temporarily disabled
479
+ #[ ignore( cfg( target_arch = "x86" ) ) ]
479
480
fn test_install_git ( ) {
480
481
let sysroot = test_sysroot ( ) ;
481
482
debug ! ( "sysroot = %s" , sysroot. to_str( ) ) ;
@@ -566,7 +567,8 @@ fn test_package_ids_must_be_relative_path_like() {
566
567
567
568
}
568
569
569
- #[test] #[ignore(cfg(target_arch = " x86"))]
570
+ // FIXME: #7956: temporarily disabled
571
+ #[ignore(cfg(target_arch = " x86"))]
570
572
fn test_package_version() {
571
573
let local_path = " mockgithub. com/catamorphism/test_pkg_version";
572
574
let repo = init_git_repo(&Path(local_path));
@@ -678,7 +680,7 @@ fn rustpkg_install_url_2() {
678
680
&temp_dir);
679
681
}
680
682
681
- #[test]
683
+ // FIXME: #7956: temporarily disabled
682
684
fn rustpkg_library_target() {
683
685
let foo_repo = init_git_repo(&Path(" foo"));
684
686
let package_dir = foo_repo.push(" foo");
You can’t perform that action at this time.
0 commit comments