Skip to content

Commit

Permalink
fix: removing unnecessary test
Browse files Browse the repository at this point in the history
  • Loading branch information
mdcg committed Jul 23, 2024
1 parent a4a836d commit c35bafb
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions opentelemetry-sdk/tests/metrics/test_measurement_consumer.py
Original file line number Diff line number Diff line change
Expand Up @@ -180,10 +180,6 @@ def sleep_1(*args, **kwargs):
-1
].kwargs["timeout_millis"]

self.assertAlmostEqual(
round(10000 - callback_options_time_call), 1000.0, places=1
)

self.assertLess(
callback_options_time_call,
10000,
Expand Down

0 comments on commit c35bafb

Please sign in to comment.