]> www.infradead.org Git - users/dwmw2/openconnect.git/commitdiff
ci: do not XFAIL auth-certificate for Fedora/OpenSSL
authorMike Gilbert <floppym@gentoo.org>
Tue, 23 May 2023 15:02:12 +0000 (11:02 -0400)
committerMike Gilbert <floppym@gentoo.org>
Tue, 23 May 2023 15:19:53 +0000 (11:19 -0400)
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
.gitlab-ci.yml

index 27212f57852acd5d18d394ed5e86e1835c78141c..299c550d90070779b980469eaeddbd0f5e596225 100644 (file)
@@ -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