diff options
| author | bors <bors@rust-lang.org> | 2013-09-23 17:36:04 -0700 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2013-09-23 17:36:04 -0700 |
| commit | 348d8446739f9633897a3d728d265ee6ac59c8fb (patch) | |
| tree | 613f7840ac5ad6765c3c7d3e8b50e1b018bd70ae | |
| parent | 97053995046636c0e11d23c4f0523d278a4210c9 (diff) | |
| parent | a47cdc0f87162083a5ba22262826f90b05a1e096 (diff) | |
| download | rust-348d8446739f9633897a3d728d265ee6ac59c8fb.tar.gz rust-348d8446739f9633897a3d728d265ee6ac59c8fb.zip | |
auto merge of #9444 : alexcrichton/rust/ignore-some-tests, r=thestinger
They're blocking a new snapshot and @catamorphism is on it.
| -rw-r--r-- | src/librustpkg/tests.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/librustpkg/tests.rs b/src/librustpkg/tests.rs index a0e9e49e507..f3992c3fe57 100644 --- a/src/librustpkg/tests.rs +++ b/src/librustpkg/tests.rs @@ -985,6 +985,7 @@ fn no_rebuilding_dep() { } #[test] +#[ignore] fn do_rebuild_dep_dates_change() { let p_id = PkgId::new("foo"); let dep_id = PkgId::new("bar"); @@ -1001,6 +1002,7 @@ fn do_rebuild_dep_dates_change() { } #[test] +#[ignore] fn do_rebuild_dep_only_contents_change() { let p_id = PkgId::new("foo"); let dep_id = PkgId::new("bar"); |
