Skip to content
代码片段 群组 项目
提交 a68b0e17 编辑于 作者: Song Huang's avatar Song Huang
浏览文件

Merge branch '1929-qa-self-managed-ce-shi-mei-you-chu-shi-zhang-hu-wen-ti' into 'main-jh'

更改 JH QA spec_helper.rb 以支持 “更改 root 账户语言功能”

See merge request !1015
加载中
流水线 #615517 已通过
......@@ -11,12 +11,12 @@
config_path = File.expand_path("config/e2e_skip_specs_#{ENV['QA_JH_ENV']}.yml", __dir__)
skip_specs = JH::SkipSpecs.new(config_path)
end
RSpec.configure do |config|
if skip_specs.skipped_list.any?
config.around do |example|
example.run unless skip_specs.skipped?(example)
end
RSpec.configure do |config|
if skip_specs&.skipped_list&.any?
config.around do |example|
example.run unless skip_specs.skipped?(example)
end
end
end
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册