Skip to content
代码片段 群组 项目
未验证 提交 58a80f64 编辑于 作者: Andrejs Cunskis's avatar Andrejs Cunskis
浏览文件

Skip all tests related to CI catalogue from running on live envs

上级 82280961
No related branches found
No related tags found
1 合并请求!2419Fix TanukiBot spec relying on outdated code
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
module QA module QA
RSpec.describe 'Verify', product_group: :pipeline_authoring do RSpec.describe 'Verify', product_group: :pipeline_authoring do
describe 'CI catalog' do describe 'CI catalog', :skip_live_env do
let(:project_count) { 3 } let(:project_count) { 3 }
let(:catalog_project_list) do let(:catalog_project_list) do
...@@ -27,7 +27,7 @@ module QA ...@@ -27,7 +27,7 @@ module QA
end end
shared_examples 'ascending order' do |testcase| shared_examples 'ascending order' do |testcase|
it 'displays from first to last', :skip_live_env, testcase: testcase do it 'displays from first to last', testcase: testcase do
Page::Explore::CiCdCatalog.perform do |catalog| Page::Explore::CiCdCatalog.perform do |catalog|
catalog.sort_in_ascending_order catalog.sort_in_ascending_order
expect(bottom_projects_from_ui(catalog)).to eql(test_project_names) expect(bottom_projects_from_ui(catalog)).to eql(test_project_names)
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
module QA module QA
RSpec.describe 'Verify', :runner, product_group: :pipeline_authoring do RSpec.describe 'Verify', :runner, product_group: :pipeline_authoring do
describe 'CI component' do describe 'CI component', :skip_live_env do
let(:executor) { "qa-runner-#{Faker::Alphanumeric.alphanumeric(number: 8)}" } let(:executor) { "qa-runner-#{Faker::Alphanumeric.alphanumeric(number: 8)}" }
let(:tag) { '1.0.0' } let(:tag) { '1.0.0' }
let(:test_stage) { 'test' } let(:test_stage) { 'test' }
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册