diff --git a/qa/qa/specs/features/browser_ui/4_verify/pipeline/update_ci_file_with_pipeline_editor_spec.rb b/qa/qa/specs/features/browser_ui/4_verify/pipeline/update_ci_file_with_pipeline_editor_spec.rb
index 7c8567c7729e20653270ce9c6186db6b0d9541d5..508fe5f4b23fb146c0f20a288134535696b582c7 100644
--- a/qa/qa/specs/features/browser_ui/4_verify/pipeline/update_ci_file_with_pipeline_editor_spec.rb
+++ b/qa/qa/specs/features/browser_ui/4_verify/pipeline/update_ci_file_with_pipeline_editor_spec.rb
@@ -32,7 +32,7 @@ module QA
         edit_ci_file_content_and_create_merge_request
       end
 
-      it 'creates new pipelines, target branch, and merge request',
+      it 'creates new pipelines, target branch, and merge request', :blocking,
         testcase: 'https://gitlab.com/gitlab-org/gitlab/-/quality/test_cases/349005' do
         # Verify a new MR is created from the update
         Page::MergeRequest::Show.perform do |show|