From cd396bca23ba54710a3f4bd8f8e6508445abc89e Mon Sep 17 00:00:00 2001 From: Trask Stalnaker Date: Wed, 2 Mar 2022 13:20:33 -0800 Subject: [PATCH] Exclude sporadically failing url (#5480) --- .github/scripts/markdown_link_check_config.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/scripts/markdown_link_check_config.json b/.github/scripts/markdown_link_check_config.json index 42c636dbfc..cba751cb41 100644 --- a/.github/scripts/markdown_link_check_config.json +++ b/.github/scripts/markdown_link_check_config.json @@ -5,6 +5,9 @@ }, { "pattern": "^https://mvnrepository\\.com/artifact/io\\.opentelemetry$" + }, + { + "pattern": "^http://code\\.google\\.com/p/concurrentlinkedhashmap$" } ], "retryOn429": true