We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 53ef64c + f729c57 commit 7cdf89fCopy full SHA for 7cdf89f
src/actions.ml
@@ -511,6 +511,7 @@ let trace_action ~repo_full_name trace =
511
test "transfer closed with outstanding read data remaining"
512
|| test "HTTP request sent, awaiting response... 50[0-9]"
513
|| test "The requested URL returned error: 502"
514
+ || test "received unexpected HTTP status: 50[0-9]"
515
(*|| test "[Tt]he remote end hung up unexpectedly"*)
516
(* Can happen with (actual) issues with overlays. *)
517
|| test "error: unable to download 'https://cache.nixos.org/"
0 commit comments