From: David Woodhouse Date: Fri, 26 Mar 2021 15:38:16 +0000 (+0000) Subject: Add obsolete-server-crypto to XFAIL tests in Fedora package X-Git-Tag: v8.20~349^2~1 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=49ce7ff11670d12e22e66cfa2ac02b0cc3872424;p=users%2Fdwmw2%2Fopenconnect.git Add obsolete-server-crypto to XFAIL tests in Fedora package The Fedora specfile explicitly sets the GnuTLS priority string to include @OPENCONNECT but the test sets GNUTLS_SYSTEM_PRIORITY_FILE to point to /dev/null so that stops working. Just XFAIL the test for now so the builds start working again. More thinking required... Signed-off-by: David Woodhouse --- diff --git a/openconnect.spec.in b/openconnect.spec.in index aa1625cc..2fbf6ab1 100644 --- a/openconnect.spec.in +++ b/openconnect.spec.in @@ -141,7 +141,7 @@ rm -f $RPM_BUILD_ROOT/%{_libexecdir}/openconnect/hipreport-android.sh # https://bugzilla.redhat.com/show_bug.cgi?id=1831086 make VERBOSE=1 OPENSSL_ia32cap=~0x4000000000000000 check %else -make VERBOSE=1 XFAIL_TESTS="auth-nonascii bad_dtls_test" check +make VERBOSE=1 XFAIL_TESTS="auth-nonascii bad_dtls_test obsolete-server-crypto" check %endif %ldconfig_scriptlets