From dbf5adbcc43f927a1dc2cae8b533fb2bd5ccc647 Mon Sep 17 00:00:00 2001 From: Martin Schanzenbach Date: Wed, 6 Mar 2024 15:44:29 +0100 Subject: transport: make some UDP tests experimental --- src/service/transport/Makefile.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/service/transport/Makefile.am b/src/service/transport/Makefile.am index 3e18ea123..b1bc37893 100644 --- a/src/service/transport/Makefile.am +++ b/src/service/transport/Makefile.am @@ -313,13 +313,13 @@ check_PROGRAMS = \ test_communicator_basic-tcp \ test_communicator_basic-udp \ test_communicator_rekey-tcp \ - test_communicator_rekey-udp \ - test_communicator_backchannel-udp \ test_communicator_bidirect-tcp if HAVE_EXPERIMENTAL check_PROGRAMS += test_communicator_basic-quic \ - test_communicator_basic-unix + test_communicator_basic-unix \ + test_communicator_rekey-udp \ + test_communicator_backchannel-udp check_SCRIPTS= \ test_transport_start_testcase.sh \ test_transport_simple_send_performance.sh \ -- cgit v1.2.3