Disable disable-git-dep-with-scp-submodule cargo test

The test needs DNS resolution and will always fail in brew builders.

Resolves: RHEL-141250
This commit is contained in:
Paul Murphy 2026-08-13 15:50:08 -05:00
parent b03c8da1e1
commit e57335f583

View File

@ -1101,6 +1101,10 @@ rm -rf "./build/%{rust_triple}/test/"
# have DNS resolution, so the test will always fail.
%global cargo_test_skip_list %{cargo_test_skip_list} publish_to_crates_io_warns
# Requires DNS resolution to github.com, this test will always fail.
# Additionally SCP-like directions are essentially ssh which is not available in RHEL
%global cargo_test_skip_list %{cargo_test_skip_list} dep_with_scp_like_submodule_url
%ifarch aarch64
# https://github.com/rust-lang/rust/issues/123733
%global cargo_test_skip_list %{cargo_test_skip_list} panic_abort_doc_tests