Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
- Loading branch information