From 85dc423f7090da0a52c73eb66faf22ddb20efff9 Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Sat, 19 Sep 2020 01:45:44 +0000 Subject: Add latest changes from gitlab-org/gitlab@13-4-stable-ee --- spec/serializers/pipeline_entity_spec.rb | 8 -------- 1 file changed, 8 deletions(-) (limited to 'spec/serializers/pipeline_entity_spec.rb') diff --git a/spec/serializers/pipeline_entity_spec.rb b/spec/serializers/pipeline_entity_spec.rb index e00f05a8fe8..d7cd13edec8 100644 --- a/spec/serializers/pipeline_entity_spec.rb +++ b/spec/serializers/pipeline_entity_spec.rb @@ -260,13 +260,5 @@ RSpec.describe PipelineEntity do end end end - - context 'when pipeline has build report results' do - let(:pipeline) { create(:ci_pipeline, :with_report_results, project: project, user: user) } - - it 'exposes tests total count' do - expect(subject[:tests_total_count]).to eq(2) - end - end end end -- cgit v1.2.1