Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/qa
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-03-30 06:14:41 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-03-30 06:14:41 +0300
commitd7691ee368940f080e846cb7086dd229339fdfa7 (patch)
tree9973516c21cfff21b585fa2536d2fb6f2f6817d2 /qa
parent70e8b38340b3d6857c709ea2158ef551633ad605 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'qa')
-rw-r--r--qa/qa/specs/features/browser_ui/3_create/snippet/copy_snippet_file_contents_spec.rb6
1 files changed, 1 insertions, 5 deletions
diff --git a/qa/qa/specs/features/browser_ui/3_create/snippet/copy_snippet_file_contents_spec.rb b/qa/qa/specs/features/browser_ui/3_create/snippet/copy_snippet_file_contents_spec.rb
index 1a614e538ea..01ff6133e70 100644
--- a/qa/qa/specs/features/browser_ui/3_create/snippet/copy_snippet_file_contents_spec.rb
+++ b/qa/qa/specs/features/browser_ui/3_create/snippet/copy_snippet_file_contents_spec.rb
@@ -1,11 +1,7 @@
# frozen_string_literal: true
module QA
- RSpec.describe 'Create', :reliable, product_group: :editor, quarantine: {
- only: { subdomain: 'pre' },
- type: :investigating,
- issue: 'https://gitlab.com/gitlab-org/gitlab/-/issues/378697'
- } do
+ RSpec.describe 'Create', :reliable, product_group: :editor do
describe 'Multiple file snippet' do
let(:first_file_content) { 'First file content' }
let(:second_file_content) { 'Second file content' }