From 331e8678c18fa888b3039d96b8d904f6570d3832 Mon Sep 17 00:00:00 2001 From: andsel Date: Fri, 18 Oct 2019 12:19:10 +0200 Subject: [PATCH] Fixes intermittent failing build due to Puma server going down bad on shutdown request Fixes #11242 --- qa/integration/specs/pipeline_log_spec.rb | 9 --------- 1 file changed, 9 deletions(-) diff --git a/qa/integration/specs/pipeline_log_spec.rb b/qa/integration/specs/pipeline_log_spec.rb index fcc18a395..37ee8424f 100644 --- a/qa/integration/specs/pipeline_log_spec.rb +++ b/qa/integration/specs/pipeline_log_spec.rb @@ -123,13 +123,4 @@ describe "Test Logstash Pipeline id" do end expect(@ls.exit_code).to be >= 0 end - - @private - def wait_logstash_process_terminate - num_retries = 100 - try(num_retries) do - expect(@ls.exited?).to be(true) - end - expect(@ls.exit_code).to be(0) - end end