Skip to content

Commit 78404af

Browse files
committed
Ignore the test_package_request_version test for now
1 parent 305f511 commit 78404af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustpkg/tests.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ fn test_package_version() {
280280
281281
// FIXME #7006: Fails on linux for some reason
282282
#[test]
283-
#[ignore(cfg(target_os = "linux"))]
283+
#[ignore]
284284
fn test_package_request_version() {
285285
let temp_pkg_id = PkgId::new("github.com/catamorphism/test_pkg_version#0.3");
286286
let temp = mk_empty_workspace(&LocalPath(Path("test_pkg_version")), &ExactRevision(~"0.3"));

0 commit comments

Comments
 (0)