Skip to content
Snippets Groups Projects
Verified Commit 318c87b4 authored by Jay McCure's avatar Jay McCure
Browse files

E2E test: update quarantine issue for gdk specs

parent 4ec2b4ce
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -4,7 +4,7 @@ module QA
RSpec.describe 'Package', :object_storage, product_group: :package_registry do
describe 'Maven group level endpoint', :external_api_calls, quarantine: {
type: :investigating,
issue: "https://gitlab.com/gitlab-org/gitlab/-/issues/471172",
issue: "https://gitlab.com/gitlab-org/gitlab/-/issues/499660",
only: { job: /gdk-qa-.*/ }
} do
include Runtime::Fixtures
Loading
Loading
Loading
Loading
@@ -4,7 +4,7 @@ module QA
RSpec.describe 'Package', :object_storage, :external_api_calls do
describe 'Maven project level endpoint', product_group: :package_registry, quarantine: {
type: :investigating,
issue: "https://gitlab.com/gitlab-org/gitlab/-/issues/471172",
issue: "https://gitlab.com/gitlab-org/gitlab/-/issues/499660",
only: { job: /gdk-qa-.*/ }
} do
include Runtime::Fixtures
Loading
Loading
Loading
Loading
@@ -66,7 +66,7 @@ module QA
# See: https://gitlab.com/gitlab-org/gitlab-qa/blob/master/docs/run_qa_against_gdk.md
context 'with SSH', :requires_sshd, except: { job: 'review-qa-*' }, quarantine: {
type: :investigating,
issue: "https://gitlab.com/gitlab-org/gitlab/-/issues/471172",
issue: "https://gitlab.com/gitlab-org/gitlab/-/issues/499657",
only: { job: /gdk-qa-.*/ }
} do
let(:key) do
Loading
Loading
@@ -116,7 +116,7 @@ module QA
# See: https://gitlab.com/gitlab-org/gitlab-qa/blob/master/docs/run_qa_against_gdk.md
context 'with SSH', :requires_sshd, except: { job: 'review-qa-*' }, quarantine: {
type: :investigating,
issue: "https://gitlab.com/gitlab-org/gitlab/-/issues/471172",
issue: "https://gitlab.com/gitlab-org/gitlab/-/issues/499657",
only: { job: /gdk-qa-.*/ }
} do
let(:key) do
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment