Commit dd51b17c authored by Andrejs Cunskis's avatar Andrejs Cunskis

Merge branch 'quarantine-object-storage-minio-tests' into 'master'

Quarantine object storage-related tests

See merge request gitlab-org/gitlab!70689
parents d1d24019 90d486e5
......@@ -38,7 +38,11 @@ module QA
end
end
context 'when using attachments in comments', :object_storage do
context 'when using attachments in comments', :object_storage, quarantine: {
only: { job: 'object_storage' },
issue: 'https://gitlab.com/gitlab-org/gitlab/-/issues/341209#note_681513082',
type: :investigating
} do
let(:png_file_name) { 'testfile.png' }
let(:file_to_attach) do
File.absolute_path(File.join('qa', 'fixtures', 'designs', png_file_name))
......
# frozen_string_literal: true
module QA
RSpec.describe 'Package', :orchestrated, :packages, :object_storage do
RSpec.describe 'Package', :orchestrated, :packages, :object_storage, quarantine: {
only: { job: 'object_storage' },
issue: 'https://gitlab.com/gitlab-org/gitlab/-/issues/341209#note_681513082',
type: :investigating
} do
describe 'Composer Repository' do
include Runtime::Fixtures
......
# frozen_string_literal: true
module QA
RSpec.describe 'Package', :orchestrated, :packages, :object_storage do
RSpec.describe 'Package', :orchestrated, :packages, :object_storage, quarantine: {
only: { job: 'object_storage' },
issue: 'https://gitlab.com/gitlab-org/gitlab/-/issues/341209#note_681513082',
type: :investigating
} do
describe 'Generic Repository' do
let(:project) do
Resource::Project.fabricate_via_api! do |project|
......
# frozen_string_literal: true
module QA
RSpec.describe 'Package', :orchestrated, :packages, :object_storage do
RSpec.describe 'Package', :orchestrated, :packages, :object_storage, quarantine: {
only: { job: 'object_storage' },
issue: 'https://gitlab.com/gitlab-org/gitlab/-/issues/341209#note_681513082',
type: :investigating
} do
describe 'Maven Repository with Gradle' do
using RSpec::Parameterized::TableSyntax
include Runtime::Fixtures
......
# frozen_string_literal: true
module QA
RSpec.describe 'Package', :orchestrated, :packages, :reliable, :object_storage do
RSpec.describe 'Package', :orchestrated, :packages, :reliable, :object_storage, quarantine: {
only: { job: 'object_storage' },
issue: 'https://gitlab.com/gitlab-org/gitlab/-/issues/341209#note_681513082',
type: :investigating
} do
describe 'Maven Repository' do
include Runtime::Fixtures
......
# frozen_string_literal: true
module QA
RSpec.describe 'Package', :orchestrated, :packages, :reliable, :object_storage do
RSpec.describe 'Package', :orchestrated, :packages, :reliable, :object_storage, quarantine: {
only: { job: 'object_storage' },
issue: 'https://gitlab.com/gitlab-org/gitlab/-/issues/341209#note_681513082',
type: :investigating
} do
describe 'npm registry' do
using RSpec::Parameterized::TableSyntax
include Runtime::Fixtures
......
# frozen_string_literal: true
module QA
RSpec.describe 'Package', :orchestrated, :packages, :object_storage do
RSpec.describe 'Package', :orchestrated, :packages, :object_storage, quarantine: {
only: { job: 'object_storage' },
issue: 'https://gitlab.com/gitlab-org/gitlab/-/issues/341209#note_681513082',
type: :investigating
} do
describe 'NuGet Repository' do
using RSpec::Parameterized::TableSyntax
include Runtime::Fixtures
......
# frozen_string_literal: true
module QA
RSpec.describe 'Package', :orchestrated, :packages, :object_storage do
RSpec.describe 'Package', :orchestrated, :packages, :object_storage, quarantine: {
only: { job: 'object_storage' },
issue: 'https://gitlab.com/gitlab-org/gitlab/-/issues/341209#note_681513082',
type: :investigating
} do
describe 'PyPI Repository' do
include Runtime::Fixtures
let(:project) do
......
# frozen_string_literal: true
module QA
RSpec.describe 'Package', :orchestrated, :requires_admin, :packages, :object_storage do
RSpec.describe 'Package', :orchestrated, :requires_admin, :packages, :object_storage, quarantine: {
only: { job: 'object_storage' },
issue: 'https://gitlab.com/gitlab-org/gitlab/-/issues/341209#note_681513082',
type: :investigating
} do
describe 'RubyGems Repository' do
include Runtime::Fixtures
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment