diff options
author | Christian Schneider | 2024-05-02 19:52:24 +0200 |
---|---|---|
committer | Christian Schneider | 2024-05-02 19:52:24 +0200 |
commit | b0cb04f0c22e2a72c62fd40daf1e989e88f86947 (patch) | |
tree | 662e6c1e761762cee52a23202123598d6f30fef2 /test | |
parent | d219344eedc4e62e2407013bd3bb347139c44e76 (diff) | |
download | itools-b0cb04f0c22e2a72c62fd40daf1e989e88f86947.tar.gz itools-b0cb04f0c22e2a72c62fd40daf1e989e88f86947.tar.bz2 itools-b0cb04f0c22e2a72c62fd40daf1e989e88f86947.zip |
Do not generate it::error with test for sporadic failures
Diffstat (limited to 'test')
-rwxr-xr-x | test/it_url.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/it_url.t b/test/it_url.t index 302a754..b6ef5ba 100755 --- a/test/it_url.t +++ b/test/it_url.t @@ -356,7 +356,7 @@ handle_server( "failure" ), is( - it_url::get(['url' => "http://$host/maybe_error?chance=25", 'retries' => 10]), + it_url::get(['url' => "http://$host/maybe_error?chance=25", 'retries' => 10, 'body_on_fail' => false]), "success", "Retry on sporadically failing url in ::get" ), |