Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
kaisecheng committed Feb 28, 2025
1 parent 2c06901 commit 2f3c03c
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions x-pack/qa/integration/monitoring/direct_shipping_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,11 @@
include_examples "record monitoring data to es"

it "gives pipelines stats" do
api = MonitoringAPI.new
stats = api.pipeline_stats("main")

expect(stats).not_to be_nil
Stud.try(10.times) do
api = MonitoringAPI.new
stats = api.pipeline_stats("main")
expect(stats).not_to be_nil
end
end

after :all do
Expand Down

0 comments on commit 2f3c03c

Please sign in to comment.