14
0

Accepting request 1286562 from home:mcepl:branches:devel:languages:python

- Skip test test_simple_log_record_processor_shutdown failing
  with 3.13.5 (gh#open-telemetry/opentelemetry-python#4630).

OBS-URL: https://build.opensuse.org/request/show/1286562
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-opentelemetry-sdk?expand=0&rev=26
This commit is contained in:
2025-06-18 07:46:58 +00:00
committed by Git OBS Bridge
parent 3cb0a0224d
commit a7ac61a43c
2 changed files with 9 additions and 1 deletions

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Jun 18 07:39:44 UTC 2025 - Matej Cepl <mcepl@cepl.eu>
- Skip test test_simple_log_record_processor_shutdown failing
with 3.13.5 (gh#open-telemetry/opentelemetry-python#4630).
-------------------------------------------------------------------
Fri Jun 13 06:37:07 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>

View File

@@ -68,7 +68,9 @@ OpenTelemetry Python SDK for the OpenTelemetry Project <https://opentelemetry.io
%check
%if %{with test}
rm -rvf tests/performance tests/trace/test_trace.py
%pytest
# gh#open-telemetry/opentelemetry-python#4630
skipttest="test_simple_log_record_processor_shutdown"
%pytest -k "not ($skipttest)"
%endif
%if !%{with test}