Skip to content

Commit 8133635

Browse files
committed
Fix test again
1 parent b2e9217 commit 8133635

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

opentelemetry-sdk/tests/shared_internal/test_batch_processor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ def test_force_flush_flushes_telemetry(
129129

130130
@mark.skipif(
131131
python_implementation() == "PyPy"
132-
and (system() == "Windows" or system() == "ubuntu")
132+
and (system() == "Windows" or system() == "Ubuntu")
133133
and version_info < (3, 9),
134134
reason="This test randomly fails with on PyPy3.8 Windows/Ubuntu.",
135135
)

0 commit comments

Comments
 (0)