From: Nikos Mavrogiannopoulos Date: Thu, 19 Nov 2020 21:24:51 +0000 (+0100) Subject: .gitlab-ci.yml: CentosOS7/OpenSSL: mark failing test as XFAIL X-Git-Tag: v8.20~381^2 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=c81e14c2099fedfc9391291cfd120631b73abe9c;p=users%2Fdwmw2%2Fopenconnect.git .gitlab-ci.yml: CentosOS7/OpenSSL: mark failing test as XFAIL That's because the test was not functional until now (due to missing 'which' application). Signed-off-by: Nikos Mavrogiannopoulos --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 67283b3f..00ad2893 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -33,8 +33,9 @@ CentOS7/OpenSSL: - ./autogen.sh - ./configure --without-gnutls --with-openssl --with-java --without-openssl-version-check --enable-dtls-xfail --disable-dsa-tests CFLAGS=-g - make -j4 -# UTF-8 support is not available - - make VERBOSE=1 XFAIL_TESTS="auth-nonascii" -j4 check +# auth-nonascii: UTF-8 support is not available +# dtls-psk: communication with ocserv fails for undetermined reasons marking as xfail until issue is identified + - make VERBOSE=1 XFAIL_TESTS="auth-nonascii dtls-psk" -j4 check tags: - shared except: