From 2a350e92781009440a9b8b53564dd138e4d4cd6b Mon Sep 17 00:00:00 2001 From: David Woodhouse Date: Fri, 1 May 2020 11:22:13 +0100 Subject: [PATCH] The sigterm test is actually passing on CentOS8/GnuTLS Signed-off-by: David Woodhouse --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 523743ad..3ad5cd80 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -68,7 +68,7 @@ CentOS8/GnuTLS: - ./configure --with-java --without-gnutls-version-check CFLAGS=-g - make -j4 # Until we get a GnuTLS with the client random bug fixed, DTLS fails - - make VERBOSE=1 XFAIL_TESTS="sigterm dtls-psk" -j4 check + - make VERBOSE=1 XFAIL_TESTS="dtls-psk" -j4 check tags: - shared except: -- 2.50.1