summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-04-03 09:08:44 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2023-04-03 09:08:44 +0000
commita355d2002f8163349bdee8f47dc1e452135f4fc3 (patch)
tree5d9dbb090443fff36e7cf8a84a482cfcaf1d54d8
parent44d033747da39826bcf6e50adc26e7130159f90b (diff)
downloadgitlab-ce-a355d2002f8163349bdee8f47dc1e452135f4fc3.tar.gz
Add latest changes from gitlab-org/gitlab@15-10-stable-ee
-rw-r--r--qa/qa/specs/features/api/1_manage/integrations/webhook_events_spec.rb5
1 files changed, 4 insertions, 1 deletions
diff --git a/qa/qa/specs/features/api/1_manage/integrations/webhook_events_spec.rb b/qa/qa/specs/features/api/1_manage/integrations/webhook_events_spec.rb
index a6cdd737341..b480a1f41cf 100644
--- a/qa/qa/specs/features/api/1_manage/integrations/webhook_events_spec.rb
+++ b/qa/qa/specs/features/api/1_manage/integrations/webhook_events_spec.rb
@@ -112,7 +112,10 @@ module QA
let(:disabled_after) { 4 }
it 'hook is auto-disabled',
- testcase: 'https://gitlab.com/gitlab-org/gitlab/-/quality/test_cases/389595' do
+ testcase: 'https://gitlab.com/gitlab-org/gitlab/-/quality/test_cases/389595', quarantine: {
+ issue: 'https://gitlab.com/gitlab-org/gitlab/-/issues/393274',
+ type: :investigating
+ } do
Resource::ProjectWebHook.setup(fail_mock, session: session, issues: true) do |webhook, smocker|
hook_trigger_times.times do
Resource::Issue.fabricate_via_api! do |issue_init|