diff options
author | Daniel Stenberg <daniel@haxx.se> | 2020-09-05 18:42:29 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2020-09-06 09:48:17 +0200 |
commit | e50a877df74f2d5558f9962089bcac0883e4aa38 (patch) | |
tree | f6b91404845c0c89eabfd0dd1a90ff895ebd4c59 /tests/data/DISABLED | |
parent | 363a88ac9da7e4ee6e78c03f020d2a263d191886 (diff) | |
download | curl-e50a877df74f2d5558f9962089bcac0883e4aa38.tar.gz |
tests: remove pipelining tests
Remove the tests 530, 584, 1900, 1901, 1902, 1903 and 2033. They were
previously disabled.
The Pipelining code was removed from curl in commit 2f44e94efb3df8e,
April 2019.
Closes #5921
Diffstat (limited to 'tests/data/DISABLED')
-rw-r--r-- | tests/data/DISABLED | 33 |
1 files changed, 13 insertions, 20 deletions
diff --git a/tests/data/DISABLED b/tests/data/DISABLED index 198728fdf..1806a5dbe 100644 --- a/tests/data/DISABLED +++ b/tests/data/DISABLED @@ -2,31 +2,24 @@ # test cases are run by runtests.pl. Just add the plain test case numbers, one # per line. # Lines starting with '#' letters are treated as comments. +# +# Uses SRP to "a server not supporting it" but modern stunnel versions +# will silently accept it and remain happy +323 +# 594 +836 +882 +938 1209 1211 +# fnmatch differences are just too common to make testing them sensible +1307 1316 +# test 1510 causes problems on the CI on github +# example: https://travis-ci.org/curl/curl/builds/81633600 +1510 1512 -836 -882 -938 # test 1801 causes problems on Mac OS X and github # https://github.com/curl/curl/issues/380 1801 -# test 1510 causes problems on the CI on github -# example: https://travis-ci.org/curl/curl/builds/81633600 -1510 -# Pipelining test that is causing false positives a little too often -1903 -# fnmatch differences are just too common to make testing them sensible -1307 -# Pipelining is deprecated -530 -584 -1900 -1901 -1902 -2033 -# Uses SRP to "a server not supporting it" but modern stunnel versions -# will silently accept it and remain happy -323 |