From 3bd1b3e5575df00eb02cd109b510c5acf8aae97e Mon Sep 17 00:00:00 2001 From: Mike Gilbert Date: Tue, 23 May 2023 11:02:12 -0400 Subject: [PATCH] ci: do not XFAIL auth-certificate for Fedora/OpenSSL Signed-off-by: Mike Gilbert --- .gitlab-ci.yml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 27212f57..299c550d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -125,11 +125,10 @@ Fedora/OpenSSL: - sysctl net.ipv6.conf.all.disable_ipv6=0 # we don't want pppd to invoke any actual connection scripts - mv /etc/ppp /etc/ppp.DISABLED -# auth-certificate: obsolete crypto has been removed from LEGACY crypto policies # auth-swtpm: XFAIL until we understand the TPM error # obsolete-server-crypto: obsolete crypto has been removed from LEGACY crypto policies # ppp-over-tls-sync: https://gitlab.com/openconnect/openconnect/-/issues/287#note_641198529) - - make VERBOSE=1 XFAIL_TESTS="auth-certificate auth-swtpm obsolete-server-crypto ppp-over-tls-sync" -j4 check + - make VERBOSE=1 XFAIL_TESTS="auth-swtpm obsolete-server-crypto ppp-over-tls-sync" -j4 check tags: - shared except: @@ -339,11 +338,10 @@ Fedora/OpenSSL/clang: - sysctl net.ipv6.conf.all.disable_ipv6=0 # we don't want pppd to invoke any actual connection scripts - mv /etc/ppp /etc/ppp.DISABLED -# auth-certificate: obsolete crypto has been removed from LEGACY crypto policies # auth-swtpm: XFAIL until we understand the TPM error # obsolete-server-crypto: obsolete crypto has been removed from LEGACY crypto policies # ppp-over-tls-sync: https://gitlab.com/openconnect/openconnect/-/issues/287#note_641198529) - - make VERBOSE=1 XFAIL_TESTS="auth-certificate auth-swtpm obsolete-server-crypto ppp-over-tls-sync" -j4 check + - make VERBOSE=1 XFAIL_TESTS="auth-swtpm obsolete-server-crypto ppp-over-tls-sync" -j4 check tags: - shared except: @@ -479,10 +477,9 @@ ubsan/OpenSSL/Fedora: - export UBCFLAGS="-Wall -Wextra -fsanitize=undefined -fsanitize=bool -fsanitize=alignment -fsanitize=null -fsanitize=bounds-strict -fsanitize=enum -fno-sanitize-recover -g -O2" - CFLAGS="$UBCFLAGS" ./configure --without-gnutls --with-openssl --without-openssl-version-check --disable-dsa-tests - make -j4 -# auth-certificate: obsolete crypto has been removed from LEGACY crypto policies # auth-swtpm: XFAIL until we understand the TPM error # obsolete-server-crypto: obsolete crypto has been removed from LEGACY crypto policies - - make VERBOSE=1 XFAIL_TESTS="auth-certificate auth-swtpm obsolete-server-crypto" -j4 check + - make VERBOSE=1 XFAIL_TESTS="auth-swtpm obsolete-server-crypto" -j4 check tags: - shared - linux -- 2.50.1