Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkarthik nayak <knayak@gitlab.com>2023-05-09 10:54:06 +0300
committerkarthik nayak <knayak@gitlab.com>2023-05-09 10:54:06 +0300
commit4cea633e189f6f9cda9ec1299db23abbde509ea8 (patch)
treeef6d4e6490e267ef93a0e6dc42085dbf613d6212
parent74fc4b6f1f75a643733514183e00be371473e57d (diff)
parent27586e533fb4f466eb8f922a04eea0537f033198 (diff)
Merge branch '5027-flaky-test-testserver_postuploadpacksidechannel_gitconfigoptions-no_config_options' into 'master'
smarthttp: Skip flaky test in testServerPostUploadPackGitConfigOptions See merge request https://gitlab.com/gitlab-org/gitaly/-/merge_requests/5740 Merged-by: karthik nayak <knayak@gitlab.com> Approved-by: John Cai <jcai@gitlab.com>
-rw-r--r--internal/gitaly/service/smarthttp/upload_pack_test.go6
1 files changed, 6 insertions, 0 deletions
diff --git a/internal/gitaly/service/smarthttp/upload_pack_test.go b/internal/gitaly/service/smarthttp/upload_pack_test.go
index 28a35c517..0bfbaad2d 100644
--- a/internal/gitaly/service/smarthttp/upload_pack_test.go
+++ b/internal/gitaly/service/smarthttp/upload_pack_test.go
@@ -105,6 +105,12 @@ func TestServer_PostUploadPackSidechannel_gitConfigOptions(t *testing.T) {
}
func testServerPostUploadPackGitConfigOptions(t *testing.T, ctx context.Context, makeRequest requestMaker, opts ...testcfg.Option) {
+ testhelper.SkipQuarantinedTest(
+ t,
+ "https://gitlab.com/gitlab-org/gitaly/-/issues/5027",
+ "TestServer_PostUploadPackSidechannel_gitConfigOptions/no_config_options",
+ )
+
cfg := testcfg.Build(t, opts...)
testcfg.BuildGitalyHooks(t, cfg)