summaryrefslogtreecommitdiff
path: root/spec/workers/ci/external_pull_requests/create_pipeline_worker_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/workers/ci/external_pull_requests/create_pipeline_worker_spec.rb')
-rw-r--r--spec/workers/ci/external_pull_requests/create_pipeline_worker_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/workers/ci/external_pull_requests/create_pipeline_worker_spec.rb b/spec/workers/ci/external_pull_requests/create_pipeline_worker_spec.rb
index a637ac088ff..1f20729a821 100644
--- a/spec/workers/ci/external_pull_requests/create_pipeline_worker_spec.rb
+++ b/spec/workers/ci/external_pull_requests/create_pipeline_worker_spec.rb
@@ -2,7 +2,7 @@
require 'spec_helper'
-RSpec.describe Ci::ExternalPullRequests::CreatePipelineWorker do
+RSpec.describe Ci::ExternalPullRequests::CreatePipelineWorker, feature_category: :continuous_integration do
let_it_be(:project) { create(:project, :auto_devops, :repository) }
let_it_be(:user) { project.first_owner }
let_it_be(:external_pull_request) do