From 6128486262293adab91f19f88a2cea146fff0a6a Mon Sep 17 00:00:00 2001 From: Manuel Schmid Date: Wed, 17 Feb 2021 23:41:32 +0100 Subject: [PATCH] Add mannng.com to excluded links in tests manning.com runs on cloudflare and has curl protection enabled (error code: 1020% when trying to curl) --- tests/exclude_in_test.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/exclude_in_test.json b/tests/exclude_in_test.json index a3c222c..59c877c 100644 --- a/tests/exclude_in_test.json +++ b/tests/exclude_in_test.json @@ -2,5 +2,6 @@ "https://vimeo.com", "https://travis-ci.org/veggiemonk/awesome-docker.svg", "https://github.com/apps/", - "https://cycle.io/" + "https://cycle.io/", + "https://www.manning.com/" ]