Skip test_gdb for now
This commit is contained in:
parent
7b82077f49
commit
db3aa2889c
1 changed files with 2 additions and 0 deletions
|
|
@ -1265,6 +1265,7 @@ 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
|
||||
# test.regrtest fails if SOURCE_DATE_EPOCH is set
|
||||
# https://github.com/python/cpython/issues/110932
|
||||
unset SOURCE_DATE_EPOCH
|
||||
|
|
@ -1272,6 +1273,7 @@ CheckPython() {
|
|||
-wW --slowest %{_smp_mflags} --timeout=2700 \
|
||||
-i test_freeze_simple_script \
|
||||
-i test_check_probes \
|
||||
-x test_gdb \
|
||||
%ifarch %{mips64}
|
||||
-x test_ctypes \
|
||||
%endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue