Disable ssh-rsa test on el9

Signed-off-by: Michel Alexandre Salim <salimma@fedoraproject.org>
epel9 imports/e9/rust-git2_0.13-0.13.25-3.el9
Michel Alexandre Salim 2 years ago
parent abd3273e85
commit 4dcfc9dbac
No known key found for this signature in database
GPG Key ID: 8B229D2F7CCC04F2

@ -142,8 +142,13 @@ echo '/usr/bin/git'
%if %{with check} %if %{with check}
%check %check
%if 0%{?el9}
# ssh-rsa keys are unsupported
%cargo_test -- -- --skip 'cred::test::ssh_key_from_memory'
%else
%cargo_test %cargo_test
%endif %endif
%endif
%changelog %changelog
%autochangelog %autochangelog

Loading…
Cancel
Save