We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 305f511 commit 78404afCopy full SHA for 78404af
src/librustpkg/tests.rs
@@ -280,7 +280,7 @@ fn test_package_version() {
280
281
// FIXME #7006: Fails on linux for some reason
282
#[test]
283
-#[ignore(cfg(target_os = "linux"))]
+#[ignore]
284
fn test_package_request_version() {
285
let temp_pkg_id = PkgId::new("github.com/catamorphism/test_pkg_version#0.3");
286
let temp = mk_empty_workspace(&LocalPath(Path("test_pkg_version")), &ExactRevision(~"0.3"));
0 commit comments