Skip to content

Commit

Permalink
fix flaky test
Browse files Browse the repository at this point in the history
  • Loading branch information
anmarchenko committed Jun 28, 2024
1 parent c06a214 commit 6c5399b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions spec/datadog/core/telemetry/worker_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -275,6 +275,8 @@
worker.start

expect(worker).to receive(:flush_events).at_least(:once)

worker.enqueue(Datadog::Core::Telemetry::Event::AppIntegrationsChange.new)
worker.stop(true)
end
end
Expand Down

0 comments on commit 6c5399b

Please sign in to comment.