From 7b2dd942d023d40be177a37a61f98c2cb7524f69 Mon Sep 17 00:00:00 2001 From: Ricardo Martincoski Date: Tue, 26 Feb 2019 00:02:09 -0300 Subject: Revert "testing/tests/download: test git special ref" This reverts commit 81771cfcdc40e5909a4ec663e7c88b3a32068c05. The download of sha1 of a special ref currently works or not depending on the git client version in use. With git version 2.11.0 (present in the docker image) it does not work. With git version 2.17.1 it works. For the sake of reproducibility, remove this part of the TestGitRefs test case until some code gets added to the download infra to handle sha1 of a special ref for any git client version. Fixes: https://gitlab.com/buildroot.org/buildroot/-/jobs/158295269 Signed-off-by: Ricardo Martincoski Cc: Arnout Vandecappelle Cc: Thomas Petazzoni Cc: Yann E. MORIN Signed-off-by: Peter Korsgaard --- support/testing/tests/download/test_git.py | 1 - 1 file changed, 1 deletion(-) (limited to 'support/testing/tests/download/test_git.py') diff --git a/support/testing/tests/download/test_git.py b/support/testing/tests/download/test_git.py index 40cf1afe05..2455557298 100644 --- a/support/testing/tests/download/test_git.py +++ b/support/testing/tests/download/test_git.py @@ -76,7 +76,6 @@ class TestGitRefs(GitTestBase): self.check_download("git-sha1-reachable-by-tag") self.check_download("git-sha1-tag-itself") self.check_download("git-sha1-tag-points-to") - self.check_download("git-special-ref") self.check_download("git-submodule-disabled") self.check_download("git-submodule-enabled") self.check_download("git-tag") -- cgit v1.2.3