Commit 57217498 authored by Jennie Louie's avatar Jennie Louie

Change quarantine reason from :investigating to :bug

parent 614305ed
...@@ -61,7 +61,7 @@ module QA ...@@ -61,7 +61,7 @@ module QA
context 'git-lfs commit' do context 'git-lfs commit' do
it 'is replicated to the secondary', quarantine: it 'is replicated to the secondary', quarantine:
{ issue: 'https://gitlab.com/gitlab-org/gitlab/-/issues/212632', type: :investigating } do { issue: 'https://gitlab.com/gitlab-org/gitlab/-/issues/212632', type: :bug } do
file_content = 'This is a Geo project!' file_content = 'This is a Geo project!'
lfs_file_display_message = 'The rendered file could not be displayed because it is stored in LFS.' lfs_file_display_message = 'The rendered file could not be displayed because it is stored in LFS.'
project = nil project = nil
......
...@@ -90,7 +90,7 @@ module QA ...@@ -90,7 +90,7 @@ module QA
context 'git-lfs commit' do context 'git-lfs commit' do
it 'is redirected to the primary and ultimately replicated to the secondary', quarantine: 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 { issue: 'https://gitlab.com/gitlab-org/gitlab/-/issues/212632', type: :bug } do
file_name_primary = 'README.md' file_name_primary = 'README.md'
file_name_secondary = 'README_MORE.md' file_name_secondary = 'README_MORE.md'
project = nil project = nil
......
...@@ -76,7 +76,7 @@ module QA ...@@ -76,7 +76,7 @@ module QA
context 'git-lfs commit' do context 'git-lfs commit' do
it "is replicated to the secondary", quarantine: it "is replicated to the secondary", quarantine:
{ issue: 'https://gitlab.com/gitlab-org/gitlab/-/issues/212632', type: :investigating } do { issue: 'https://gitlab.com/gitlab-org/gitlab/-/issues/212632', type: :bug } do
key_title = "key for ssh tests #{Time.now.to_f}" 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.' file_content = 'The rendered file could not be displayed because it is stored in LFS.'
project = nil project = nil
......
...@@ -97,7 +97,7 @@ module QA ...@@ -97,7 +97,7 @@ module QA
context 'git-lfs commit' do context 'git-lfs commit' do
it 'is proxied to the primary and ultimately replicated to the secondary', quarantine: 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 { issue: 'https://gitlab.com/gitlab-org/gitlab/-/issues/212632', type: :bug } do
key_title = "key for ssh tests #{Time.now.to_f}" key_title = "key for ssh tests #{Time.now.to_f}"
file_name_primary = 'README.md' file_name_primary = 'README.md'
file_name_secondary = 'README_MORE.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