diff quic_ciphers.t @ 1919:161dc73812b3

Tests: keep QUIC TODOs for a while. To pass tests on the latest development release.
author Sergey Kandaurov <pluknet@nginx.com>
date Mon, 10 Jul 2023 18:30:08 +0400
parents 6ab08c255dd3
children
line wrap: on
line diff
--- a/quic_ciphers.t
+++ b/quic_ciphers.t
@@ -89,9 +89,14 @@ is(get("\x13\x02\x13\x01"), 'TLS_AES_256
 # prefer TLS_AES_128_CCM_SHA256 with fallback to GCM,
 # the cipher is enabled by default in some distributions
 
+TODO: {
+todo_skip 'not yet', 1 unless $t->has_version('1.25.2');
+
 like(get("\x13\x04\x13\x01"), qr/TLS_AES_128_[GC]CM_SHA256/,
 	'TLS_AES_128_CCM_SHA256');
 
+}
+
 ###############################################################################
 
 sub get {