Skip to content

Commit

Permalink
rerun tests
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewqian2001datadog committed Dec 17, 2024
1 parent f0c4db0 commit e7b62d2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/unit/dogstatsd/test_statsd.py
Original file line number Diff line number Diff line change
Expand Up @@ -1127,7 +1127,6 @@ def test_buffered_metric_aggregation(self):
time.sleep(dogstatsd._flush_interval / 2)
# Ensure that packets didn't arrive immediately for buffered_metrics
self.assertIsNone(dogstatsd.socket.recv(2, no_wait=True))

time.sleep(dogstatsd._flush_interval)
packet = dogstatsd.socket.recv(2, no_wait=True)
h_metric = "test.histogram_aggregation:1|h"
Expand Down

0 comments on commit e7b62d2

Please sign in to comment.