Skip to content

Commit

Permalink
Ignore the test_package_request_version test for now
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcrichton committed Jun 11, 2013
1 parent 305f511 commit 78404af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/librustpkg/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ fn test_package_version() {

// FIXME #7006: Fails on linux for some reason
#[test]
#[ignore(cfg(target_os = "linux"))]
#[ignore]
fn test_package_request_version() {
let temp_pkg_id = PkgId::new("github.com/catamorphism/test_pkg_version#0.3");
let temp = mk_empty_workspace(&LocalPath(Path("test_pkg_version")), &ExactRevision(~"0.3"));
Expand Down

5 comments on commit 78404af

@bors
Copy link
Contributor

@bors bors commented on 78404af Jun 12, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

saw approval from catamorphism
at alexcrichton@78404af

@bors
Copy link
Contributor

@bors bors commented on 78404af Jun 12, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

merging alexcrichton/rust/issue-4727 = 78404af into auto

@bors
Copy link
Contributor

@bors bors commented on 78404af Jun 12, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

alexcrichton/rust/issue-4727 = 78404af merged ok, testing candidate = e06579b

@bors
Copy link
Contributor

@bors bors commented on 78404af Jun 12, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bors
Copy link
Contributor

@bors bors commented on 78404af Jun 12, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fast-forwarding incoming to auto = e06579b

Please sign in to comment.