Temporarily disable extern-html-root-url test.

A change in https://github.com/rust-lang/rust/pull/82776 broke this test,
so disabling for now until it is figured out how things are going to work.
This commit is contained in:
Eric Huss 2021-08-22 09:24:46 -07:00
parent 216f915c46
commit ec23482df8

View file

@ -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() {