taler-deployment

Deployment scripts and configuration files
Log | Files | Refs | README

disable_tls_tests.patch (760B)


      1 From: Florian Ernst <florian@debian.org>
      2 Date: Tue, 28 Jul 2026 14:50:01 +0200
      3 Subject: Disable tests that fail on Debian infrastructure but succeed locally
      4 
      5 Origin: vendor
      6 Last-Update: 2026-04-15
      7 Forwarded: not-needed
      8 ---
      9  src/microhttpd/Makefile.am | 2 +-
     10  1 file changed, 1 insertion(+), 1 deletion(-)
     11 
     12 diff --git a/src/microhttpd/Makefile.am b/src/microhttpd/Makefile.am
     13 index 318d0c0..4e1c127 100644
     14 --- a/src/microhttpd/Makefile.am
     15 +++ b/src/microhttpd/Makefile.am
     16 @@ -271,7 +271,7 @@ if USE_THREADS
     17  check_PROGRAMS += test_upgrade test_upgrade_large test_upgrade_vlarge
     18  if ENABLE_HTTPS
     19  if USE_UPGRADE_TLS_TESTS
     20 -check_PROGRAMS += test_upgrade_tls test_upgrade_large_tls test_upgrade_vlarge_tls
     21 +check_PROGRAMS += test_upgrade_tls
     22  endif
     23  endif
     24  endif