Skip to content

Commit

Permalink
Merge branch 'main' into issue_3678
Browse files Browse the repository at this point in the history
  • Loading branch information
xrmx committed Jul 11, 2024
2 parents 75cc000 + 7237f78 commit 8e35ca0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions opentelemetry-sdk/tests/trace/export/test_export.py
Original file line number Diff line number Diff line change
Expand Up @@ -462,8 +462,8 @@ def _target():
span_processor.shutdown()

@mark.skipif(
python_implementation() == "PyPy" and system() == "Windows",
reason="This test randomly fails with huge delta in Windows with PyPy",
python_implementation() == "PyPy" or system() == "Windows",
reason="This test randomly fails with huge delta in Windows or PyPy",
)
def test_batch_span_processor_scheduled_delay(self):
"""Test that spans are exported each schedule_delay_millis"""
Expand Down

0 comments on commit 8e35ca0

Please sign in to comment.