Skip to content

Commit

Permalink
chore: skip the curl crawl proxy flaky test (apify#754)
Browse files Browse the repository at this point in the history
  • Loading branch information
vdusek authored Nov 27, 2024
1 parent 7925740 commit e2e09b5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/unit/http_clients/test_curl_impersonate.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ def http_client() -> CurlImpersonateHttpClient:
return CurlImpersonateHttpClient()


@pytest.mark.skipif(os.name == 'nt', reason='Skipped on Windows')
# TODO: improve this flaky test and remove the skip
# https://github.com/apify/crawlee-python/issues/743
@pytest.mark.skip
async def test_crawl_with_proxy(
http_client: CurlImpersonateHttpClient,
proxy: ProxyInfo,
Expand Down

0 comments on commit e2e09b5

Please sign in to comment.