Skip to content

Commit

Permalink
DEBUG-2334 disable flaky DI specs (#4050)
Browse files Browse the repository at this point in the history
Co-authored-by: Oleg Pudeyev <code@olegp.name>
  • Loading branch information
p-datadog and p authored Oct 30, 2024
1 parent fe0c0f2 commit f05bd08
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/datadog/di/probe_notifier_worker_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
{hello: 'world'}
end

it 'sends the snapshot' do
xit 'sends the snapshot' do
expect(worker.send(:snapshot_queue)).to be_empty

expect(transport).to receive(:send_snapshot).once.with([snapshot])
Expand All @@ -96,7 +96,7 @@
end

context 'when three snapshots are added in quick succession' do
it 'sends two batches' do
xit 'sends two batches' do
expect(worker.send(:snapshot_queue)).to be_empty

expect(transport).to receive(:send_snapshot).once.with([snapshot])
Expand Down

0 comments on commit f05bd08

Please sign in to comment.