mirror of
https://github.com/moparisthebest/curl
synced 2024-11-04 08:35:05 -05:00
b2df2d47e5
This reverts commit f3e03f6c0a
.
Caused memory leaks in the fuzzer, needs to be done differently.
Disable test 1553 for now too, as it causes memory leaks without this
commit!
23 lines
581 B
Plaintext
23 lines
581 B
Plaintext
# This file can be used to specify test cases that should not run when all
|
|
# 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.
|
|
594
|
|
1209
|
|
1211
|
|
1316
|
|
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
|
|
# causes memory leaks for now:
|
|
1553
|