Skip to content

Commit 1bc1868

Browse files
committed
Auto merge of #9824 - ehuss:disable-std_docs, r=alexcrichton
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.
2 parents 216f915 + ec23482 commit 1bc1868

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/testsuite/rustdoc_extern_html.rs

+2
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,8 @@ fn simple() {
6060
}
6161

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

0 commit comments

Comments
 (0)