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

Clear all tags in rspec retry process

上级 813413e3
No related branches found
No related tags found
1 合并请求!2419Fix TanukiBot spec relying on outdated code
......@@ -24,6 +24,7 @@ def rspec_tags
tags_for_rspec = []
return tags_for_rspec if Runtime::Scenario.attributes[:test_metadata_only]
return tags_for_rspec if Runtime::Env.rspec_retried?
if tags.any?
tags.each { |tag| tags_for_rspec.push(['--tag', tag.to_s]) }
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册