Skip to content

Commit

Permalink
Disable test not forwards compatible to nightly.
Browse files Browse the repository at this point in the history
  • Loading branch information
ehuss committed Dec 17, 2019
1 parent 626f0f4 commit 726e47c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/testsuite/pub_priv.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ use cargo_test_support::registry::Package;
use cargo_test_support::{is_nightly, project};

#[cargo_test]
#[ignore] // Not working on nightly https://github.com/rust-lang/cargo/issues/7714.
fn exported_priv_warning() {
if !is_nightly() {
return;
Expand Down

0 comments on commit 726e47c

Please sign in to comment.