Commit 1483c113 authored by Andrejs Cunskis's avatar Andrejs Cunskis

Merge branch 'restore-npm-ro-reliable-suite' into 'master'

Add npm tests back to the reliable test suite

See merge request gitlab-org/gitlab!78657
parents fa8493d5 ab72da5e
# frozen_string_literal: true
module QA
RSpec.describe 'Package Registry', :orchestrated, :packages, :object_storage do
RSpec.describe 'Package Registry', :orchestrated, :reliable, :packages, :object_storage do
describe 'npm instance level endpoint' do
using RSpec::Parameterized::TableSyntax
include Runtime::Fixtures
......
# frozen_string_literal: true
module QA
RSpec.describe 'Package Registry', :orchestrated, :packages, :object_storage do
RSpec.describe 'Package Registry', :orchestrated, :reliable, :packages, :object_storage do
describe 'npm project level endpoint' do
using RSpec::Parameterized::TableSyntax
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