]> www.infradead.org Git - users/dwmw2/openconnect.git/commitdiff
The sigterm test is actually passing on CentOS8/GnuTLS
authorDavid Woodhouse <dwmw2@infradead.org>
Fri, 1 May 2020 10:22:13 +0000 (11:22 +0100)
committerDavid Woodhouse <dwmw2@infradead.org>
Fri, 1 May 2020 10:22:31 +0000 (11:22 +0100)
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
.gitlab-ci.yml

index 523743adc913951a5f247e7fbe61a06b17564b5f..3ad5cd800e34a377fcebbc33814b2145da9cf08d 100644 (file)
@@ -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: