From 748ee2028dffcb1ce275664db438b84901b27f4f Mon Sep 17 00:00:00 2001 From: Raghav Kaul <8695110+raghavkaul@users.noreply.github.com> Date: Wed, 28 Jun 2023 12:25:34 -0400 Subject: [PATCH] Disable GitLab code review tests (#3222) Signed-off-by: Raghav Kaul --- e2e/code_review_test.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/e2e/code_review_test.go b/e2e/code_review_test.go index be208388db4..c4eb25f17cb 100644 --- a/e2e/code_review_test.go +++ b/e2e/code_review_test.go @@ -126,6 +126,7 @@ var _ = Describe("E2E TEST:"+checks.CheckCodeReview, func() { // GitLab doesn't seem to preserve merge requests (pull requests in github) and some users had data lost in // the transfer from github so this returns a different value than the above GitHub test. It("Should return use of code reviews at commit - GitLab", func() { + Skip("https://github.com/ossf/scorecard/issues/3193") skipIfTokenIsNot(gitlabPATTokenType, "GitLab only") dl := scut.TestDetailLogger{} @@ -154,6 +155,7 @@ var _ = Describe("E2E TEST:"+checks.CheckCodeReview, func() { // GitLab doesn't seem to preserve merge requests (pull requests in github) and some users had data lost in // the transfer from github so this returns a different value than the above GitHub test. It("Should return use of code reviews at HEAD - GitLab", func() { + Skip("https://github.com/ossf/scorecard/issues/3193") skipIfTokenIsNot(gitlabPATTokenType, "GitLab only") dl := scut.TestDetailLogger{}