mirror of
https://github.com/curl/curl.git
synced 2026-08-04 01:10:00 +03:00
hostip: fix !no_signal mixup in resolve refaactor
When extracting the resolve case using alarm timers, the check for "we
are not allowed to use signals" was refactored wrong.
Follow-up to 96d5b5c688
Closes #21047
This commit is contained in:
parent
d560002551
commit
745344ea4e
2 changed files with 4 additions and 2 deletions
|
|
@ -105,6 +105,8 @@ class TestEyeballs:
|
|||
# check timers when trying 3 unresponsive addresses
|
||||
@pytest.mark.skipif(condition=not Env.curl_has_feature('IPv6'),
|
||||
reason='curl lacks ipv6 support')
|
||||
@pytest.mark.skipif(condition=not Env.curl_has_feature('AsynchDNS'),
|
||||
reason='curl lacks async DNS support')
|
||||
@pytest.mark.skipif(condition=not Env.curl_is_verbose(), reason="needs curl verbose strings")
|
||||
def test_06_13_timers(self, env: Env):
|
||||
curl = CurlClient(env=env)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue