DISABLE: disable a dozen tests in the rustls build

Disables tests that don't yet work with the rustls backend.

Fixes #8004
Closes #8250
This commit is contained in:
Daniel Stenberg 2022-01-09 11:59:33 +01:00
parent 1fefa1a856
commit 4c843fddcf
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View File

@ -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