Skip to content

Commit

Permalink
Suppress a broken test. Issue #8690.
Browse files Browse the repository at this point in the history
  • Loading branch information
msullivan committed Aug 22, 2013
1 parent ad6eeb8 commit 7b08b2c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/librustpkg/tests.rs
Expand Up @@ -678,6 +678,7 @@ fn rustpkg_local_pkg() {
}

#[test]
#[ignore (reason = "test makes bogus assumptions about build directory layout: issue #8690")]
fn package_script_with_default_build() {
let dir = create_local_package(&PkgId::new("fancy-lib"));
debug!("dir = %s", dir.to_str());
Expand Down

5 comments on commit 7b08b2c

@bors
Copy link
Contributor

@bors bors commented on 7b08b2c Aug 23, 2013

Choose a reason for hiding this comment

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

saw approval from alexcrichton
at msullivan@7b08b2c

@bors
Copy link
Contributor

@bors bors commented on 7b08b2c Aug 23, 2013

Choose a reason for hiding this comment

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

merging msullivan/rust/default-methods = 7b08b2c into auto

@bors
Copy link
Contributor

@bors bors commented on 7b08b2c Aug 23, 2013

Choose a reason for hiding this comment

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

msullivan/rust/default-methods = 7b08b2c merged ok, testing candidate = 23bfa60

@bors
Copy link
Contributor

@bors bors commented on 7b08b2c Aug 23, 2013

@bors
Copy link
Contributor

@bors bors commented on 7b08b2c Aug 23, 2013

Choose a reason for hiding this comment

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

fast-forwarding master to auto = 23bfa60

Please sign in to comment.