Skip to content

Commit

Permalink
The sigterm test is actually passing on CentOS8/GnuTLS
Browse files Browse the repository at this point in the history
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
  • Loading branch information
dwmw2 committed May 1, 2020
1 parent ec570cf commit 2a350e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Expand Up @@ -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:
Expand Down

0 comments on commit 2a350e9

Please sign in to comment.