From 7cb850e10cc74fd6280f7136a8bb3f10e110378a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Thu, 6 Jun 2024 06:51:00 +0000 Subject: [PATCH] Skip test_gdb for now --- python3.12.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/python3.12.spec b/python3.12.spec index 68a16a2..13bbdb6 100644 --- a/python3.12.spec +++ b/python3.12.spec @@ -1183,11 +1183,13 @@ CheckPython() { # test_check_probes is failing since it was introduced in 3.12.0rc1, # the test is skipped until it is fixed in upstream. # see: https://github.com/python/cpython/issues/104280#issuecomment-1669249980 + # test_gdb is skipped due to https://bugzilla.redhat.com/2275274#c11 LD_LIBRARY_PATH=$ConfDir $ConfDir/python -m test.regrtest \ -wW --slowest %{_smp_mflags} --timeout=2700 \ -i test_freeze_simple_script \ -i test_check_probes \ + -x test_gdb \ %ifarch %{mips64} -x test_ctypes \ %endif