You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sdk: skip test_batch_span_processor_scheduled_delay on pypy / windows
It happened that tests failed because the delay was fired some
microseconds earlier:
> self.assertGreaterEqual((export_time - start_time) * 1e3, 500)
E AssertionError: 499.9737739562988 not greater than or equal to 500
We should probably revise all these skip on Windows Pypy once we have a
Python 3.9 baseline and Pypy >= 7.3.12.
Fix#3911
0 commit comments