Skip to content
Snippets Groups Projects

Add govern auth specs to reliable

Merged Harsha Muralidhar requested to merge hm-promote-auth-specs-reliable into master
6 files
+ 10
10
Compare changes
  • Side-by-side
  • Inline
Files
6
@@ -16,7 +16,7 @@ module QA
end
it(
'can be used to create a file via the project API',
'can be used to create a file via the project API', :reliable,
testcase: 'https://gitlab.com/gitlab-org/gitlab/-/quality/test_cases/367064'
) do
expect do
@@ -31,7 +31,7 @@ module QA
end
it(
'can be used to commit via the API',
'can be used to commit via the API', :reliable,
testcase: 'https://gitlab.com/gitlab-org/gitlab/-/quality/test_cases/367067'
) do
expect do
Loading