These tests are disabled to allow building on release architecture.
Bug: https://github.com/rust-lang/cargo/issues/5864
Last-Update: 2018-08-05
Gbp-Pq: Name 2005_disable_fetch_cross_tests.patch
assert_that(p.cargo("fetch"), execs().with_status(0).with_stdout(""));
}
-#[test]
-fn fetch_all_platform_dependencies_when_no_target_is_given() {
+#[allow(dead_code)]
+fn _fetch_all_platform_dependencies_when_no_target_is_given() {
Package::new("d1", "1.2.3")
.file(
"Cargo.toml",
);
}
-#[test]
-fn fetch_platform_specific_dependencies() {
+#[allow(dead_code)]
+fn _fetch_platform_specific_dependencies() {
Package::new("d1", "1.2.3")
.file(
"Cargo.toml",