diff options
| author | GitLab Bot <gitlab-bot@gitlab.com> | 2022-04-28 15:10:08 +0000 |
|---|---|---|
| committer | GitLab Bot <gitlab-bot@gitlab.com> | 2022-04-28 15:10:08 +0000 |
| commit | f7f0c0502763777f48964774a87b0a34dfb1d9ab (patch) | |
| tree | 777821671f0eba38eadd5f60da96a1e54870350a /spec/support/shared_examples/ci | |
| parent | 10cb807543dca60b59a380100d1b70730d0e8b29 (diff) | |
| download | gitlab-ce-f7f0c0502763777f48964774a87b0a34dfb1d9ab.tar.gz | |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/support/shared_examples/ci')
| -rw-r--r-- | spec/support/shared_examples/ci/log_downstream_pipeline_shared_examples.rb | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/spec/support/shared_examples/ci/log_downstream_pipeline_shared_examples.rb b/spec/support/shared_examples/ci/log_downstream_pipeline_shared_examples.rb index 1ccd41c31fe..db724dcfe99 100644 --- a/spec/support/shared_examples/ci/log_downstream_pipeline_shared_examples.rb +++ b/spec/support/shared_examples/ci/log_downstream_pipeline_shared_examples.rb @@ -31,16 +31,4 @@ RSpec.shared_examples 'logs downstream pipeline creation' do root_pipeline_namespace_path: expected_root_pipeline.project.namespace.full_path, root_pipeline_project_path: expected_root_pipeline.project.full_path) end - - context 'when feature flag ci_log_downstream_pipeline_creation is disabled' do - before do - stub_feature_flags(ci_log_downstream_pipeline_creation: false) - end - - it 'does not log the creation' do - log_entry = record_downstream_pipeline_logs { subject } - - expect(log_entry).to be_nil - end - end end |
