diff --git a/opentelemetry-sdk/tests/trace/export/test_export.py b/opentelemetry-sdk/tests/trace/export/test_export.py index 2ba76e9b41..52bc071204 100644 --- a/opentelemetry-sdk/tests/trace/export/test_export.py +++ b/opentelemetry-sdk/tests/trace/export/test_export.py @@ -462,7 +462,7 @@ def _target(): span_processor.shutdown() @mark.skipif( - python_implementation() == "PyPy" and system() == "Windows", + python_implementation() == "PyPy" or system() == "Windows", reason="This test randomly fails with huge delta in Windows with PyPy", ) def test_batch_span_processor_scheduled_delay(self):