From b0cb04f0c22e2a72c62fd40daf1e989e88f86947 Mon Sep 17 00:00:00 2001 From: Christian Schneider Date: Thu, 2 May 2024 19:52:24 +0200 Subject: Do not generate it::error with test for sporadic failures --- test/it_url.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') 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" ), -- cgit v1.2.3