From 4c843fddcf9f5281ee2544f510134771b241a95d Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Sun, 9 Jan 2022 11:59:33 +0100 Subject: [PATCH] DISABLE: disable a dozen tests in the rustls build Disables tests that don't yet work with the rustls backend. Fixes #8004 Closes #8250 --- tests/data/DISABLED | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/tests/data/DISABLED b/tests/data/DISABLED index 371ebc4817..2836950ff6 100644 --- a/tests/data/DISABLED +++ b/tests/data/DISABLED @@ -66,3 +66,18 @@ 1800 %endif 2043 +# Tests that are disabled here for rustls are SUPPOSED to work +%if rustls +312 +313 +400 +401 +403 +404 +406 +407 +408 +409 +1112 +1272 +%endif