Skip to content

Commit

Permalink
Auto merge of #9824 - ehuss:disable-std_docs, r=alexcrichton
Browse files Browse the repository at this point in the history
Temporarily disable extern-html-root-url test.

A change in rust-lang/rust#82776 broke this test,
so disabling for now until it is figured out how things are going to work.
  • Loading branch information
bors committed Aug 23, 2021
2 parents 216f915 + ec23482 commit 1bc1868
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/testsuite/rustdoc_extern_html.rs
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ fn simple() {
}

#[cargo_test]
// Broken, temporarily disable until https://github.com/rust-lang/rust/pull/82776 is resolved.
#[ignore]
fn std_docs() {
// Mapping std docs somewhere else.
if !is_nightly() {
Expand Down

0 comments on commit 1bc1868

Please sign in to comment.