diff --git a/spec/datadog/di/probe_notifier_worker_spec.rb b/spec/datadog/di/probe_notifier_worker_spec.rb index 3e95947437f..bdf6735eaef 100644 --- a/spec/datadog/di/probe_notifier_worker_spec.rb +++ b/spec/datadog/di/probe_notifier_worker_spec.rb @@ -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]) @@ -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])