From 4dcfc9dbacedc07bfd6750ae3616b65c96766b22 Mon Sep 17 00:00:00 2001 From: Michel Alexandre Salim Date: Tue, 29 Nov 2022 10:20:35 -0600 Subject: [PATCH] Disable ssh-rsa test on el9 Signed-off-by: Michel Alexandre Salim --- rust-git2_0.13.spec | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/rust-git2_0.13.spec b/rust-git2_0.13.spec index dadc80c..5dbd459 100644 --- a/rust-git2_0.13.spec +++ b/rust-git2_0.13.spec @@ -142,8 +142,13 @@ echo '/usr/bin/git' %if %{with check} %check +%if 0%{?el9} +# ssh-rsa keys are unsupported +%cargo_test -- -- --skip 'cred::test::ssh_key_from_memory' +%else %cargo_test %endif +%endif %changelog %autochangelog