Skip to content

Commit 4de6777

Browse files
committed
Disable this test on RHEL/CentOS 6
GnuTLS on RHEL 6 has minimal TLS 1.2 implementation and most of the ciphersuites/features used in this test don't work there.
1 parent 29c01ec commit 4de6777

File tree

1 file changed

+1
-1
lines changed
  • gnutls/Interoperability/renegotiation-with-NSS

1 file changed

+1
-1
lines changed

gnutls/Interoperability/renegotiation-with-NSS/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,5 +59,5 @@ $(METADATA): Makefile
5959
@echo "License: GPLv2" >> $(METADATA)
6060
@echo "Confidential: no" >> $(METADATA)
6161
@echo "Destructive: no" >> $(METADATA)
62-
@echo "Releases: -RHEL4 -RHELClient5 -RHELServer5" >> $(METADATA)
62+
@echo "Releases: -RHEL4 -RHELClient5 -RHELServer5 -RHEL6" >> $(METADATA)
6363

0 commit comments

Comments
 (0)