From b1db3cb5d494b3e4b04dbc6e2211eb79f96aa84c Mon Sep 17 00:00:00 2001 From: Benjamin A. Beasley Date: Jul 06 2023 03:52:59 +0000 Subject: Python 3.12: report and skip failing test (close RHBZ#2220378) --- diff --git a/python-opentelemetry.spec b/python-opentelemetry.spec index 933d38b..53bd484 100644 --- a/python-opentelemetry.spec +++ b/python-opentelemetry.spec @@ -711,6 +711,9 @@ do k="${k-}${k+ and }not (TestLoggingInit and test_initialize_components_resource)" k="${k-}${k+ and }not (TestLoggingInit and test_logging_init_disable_default)" k="${k-}${k+ and }not (TestLoggingInit and test_logging_init_enable_env)" + # Test failure in opentelemetry-sdk on Python 3.12 + # https://github.com/open-telemetry/opentelemetry-python/issues/3370 + k="${k-}${k+ and }not (TestLoggingHandler and test_log_record_user_attributes)" ;; esac