Skip to content
代码片段 群组 项目
提交 4f65aa4d 编辑于 作者: David Dieulivol's avatar David Dieulivol
浏览文件

Merge branch 'fix-test-selection-gap-for-project_templates' into 'master'

Fix a test selection gap for project templates

See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/117034



Merged-by: default avatarDavid Dieulivol <ddieulivol@gitlab.com>
Approved-by: default avatarDavid Dieulivol <ddieulivol@gitlab.com>
Co-authored-by: default avatarRémy Coutable <remy@rymai.me>
No related branches found
No related tags found
无相关合并请求
...@@ -201,6 +201,12 @@ tests = [ ...@@ -201,6 +201,12 @@ tests = [
explanation: 'https://gitlab.com/gitlab-org/quality/engineering-productivity/team/-/issues/146', explanation: 'https://gitlab.com/gitlab-org/quality/engineering-productivity/team/-/issues/146',
source: 'config/feature_categories.yml', source: 'config/feature_categories.yml',
expected: ['spec/db/docs_spec.rb', 'ee/spec/lib/ee/gitlab/database/docs/docs_spec.rb'] expected: ['spec/db/docs_spec.rb', 'ee/spec/lib/ee/gitlab/database/docs/docs_spec.rb']
},
{
explanation: 'https://gitlab.com/gitlab-org/quality/engineering-productivity/master-broken-incidents/-/issues/1360',
source: 'vendor/project_templates/gitbook.tar.gz',
expected: ['spec/lib/gitlab/project_template_spec.rb']
} }
] ]
......
...@@ -108,3 +108,7 @@ mapping: ...@@ -108,3 +108,7 @@ mapping:
test: spec/db/docs_spec.rb test: spec/db/docs_spec.rb
- source: config/feature_categories.yml - source: config/feature_categories.yml
test: ee/spec/lib/ee/gitlab/database/docs/docs_spec.rb test: ee/spec/lib/ee/gitlab/database/docs/docs_spec.rb
# See https://gitlab.com/gitlab-org/quality/engineering-productivity/master-broken-incidents/-/issues/1360
- source: vendor/project_templates/.*
test: spec/lib/gitlab/project_template_spec.rb
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册