Commit 2f928cee authored by Rémy Coutable's avatar Rémy Coutable

Merge branch 'js-quarantine-geo-git-lfs-specs' into 'master'

Quarantine failing Geo git-lfs tests while investigating

See merge request gitlab-org/gitlab!31647
parents a127ae98 e6c2ff81
......@@ -60,7 +60,8 @@ module QA
end
context 'git-lfs commit' do
it 'is replicated to the secondary' do
it 'is replicated to the secondary', quarantine:
{ issue: 'https://gitlab.com/gitlab-org/gitlab/-/issues/212632', type: :investigating } do
file_content = 'This is a Geo project!'
lfs_file_display_message = 'The rendered file could not be displayed because it is stored in LFS.'
project = nil
......
......@@ -89,7 +89,8 @@ module QA
end
context 'git-lfs commit' do
it 'is redirected to the primary and ultimately replicated to the secondary' do
it 'is redirected to the primary and ultimately replicated to the secondary', quarantine:
{ issue: 'https://gitlab.com/gitlab-org/gitlab/-/issues/212632', type: :investigating } do
file_name_primary = 'README.md'
file_name_secondary = 'README_MORE.md'
project = nil
......
......@@ -75,7 +75,8 @@ module QA
end
context 'git-lfs commit' do
it "is replicated to the secondary" do
it "is replicated to the secondary", quarantine:
{ issue: 'https://gitlab.com/gitlab-org/gitlab/-/issues/212632', type: :investigating } do
key_title = "key for ssh tests #{Time.now.to_f}"
file_content = 'The rendered file could not be displayed because it is stored in LFS.'
project = nil
......
......@@ -96,7 +96,8 @@ module QA
end
context 'git-lfs commit' do
it 'is proxied to the primary and ultimately replicated to the secondary' do
it 'is proxied to the primary and ultimately replicated to the secondary', quarantine:
{ issue: 'https://gitlab.com/gitlab-org/gitlab/-/issues/212632', type: :investigating } do
key_title = "key for ssh tests #{Time.now.to_f}"
file_name_primary = 'README.md'
file_name_secondary = 'README_MORE.md'
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment