Skip to content

Commit ec23482

Browse files
committed
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.
1 parent 216f915 commit ec23482

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/testsuite/rustdoc_extern_html.rs

Lines changed: 2 additions & 0 deletions
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)