tests: reduce max allowed allocations for four tests

and completely remove the check for one

Closes #19260
This commit is contained in:
Daniel Stenberg 2025-10-27 17:18:25 +01:00
parent 875ea98c36
commit fe9e0115b1
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2
5 changed files with 4 additions and 7 deletions

View File

@ -50,7 +50,7 @@ Accept: */*
</protocol>
<limits>
Allocations: 135
Allocations: 120
Maximum allocated: 136000
</limits>
</verify>

View File

@ -188,6 +188,7 @@ QUIT
</protocol>
<limits>
Allocations: 170
Maximum allocated: 150000
</limits>
</verify>
</testcase>

View File

@ -74,7 +74,7 @@ https://this.hsts.example./%TESTNUMBER
56
</errorcode>
<limits>
Allocations: 1100
Allocations: 145
</limits>
</verify>
</testcase>

View File

@ -51,7 +51,7 @@ Accept: */*
</protocol>
<limits>
Allocations: 135
Allocations: 120
Maximum allocated: 136000
</limits>
</verify>

View File

@ -50,9 +50,5 @@ User-Agent: curl/%VERSION
Accept: */*
</protocol>
<limits>
Allocations: 135
Maximum allocated: 136000
</limits>
</verify>
</testcase>