From cae5823685c0729d308ad6f00ef2896e430e7498 Mon Sep 17 00:00:00 2001 From: "patchback[bot]" <45432694+patchback[bot]@users.noreply.github.com> Date: Thu, 17 Sep 2020 14:56:07 +0200 Subject: [PATCH] Disable hg tests: these use bitbucket.org, which dropped mercurial support on 2020-08-26. (#839) (#905) (cherry picked from commit 19b1a0049b1764ea16d37df89d0790bbaeed6db8) Co-authored-by: Felix Fontein --- tests/integration/targets/hg/aliases | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/integration/targets/hg/aliases b/tests/integration/targets/hg/aliases index 2f2db5bc12..ef854afd0c 100644 --- a/tests/integration/targets/hg/aliases +++ b/tests/integration/targets/hg/aliases @@ -1,3 +1,4 @@ shippable/posix/group2 skip/python3 skip/aix +disabled # tests use bitbucket, which dropped mercurial support on 2020-08-26 (https://bitbucket.org/blog/sunsetting-mercurial-support-in-bitbucket)