public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/gnofract4d] f45: Skip failing test on s390x
@ 2026-08-19 16:30 Yaakov Selkowitz
0 siblings, 0 replies; only message in thread
From: Yaakov Selkowitz @ 2026-08-19 16:30 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/gnofract4d
Branch : f45
Commit : 044f928b38eea58c00d2f8b883492b49d89b9912
Author : Yaakov Selkowitz <yselkowi@redhat.com>
Date : 2026-08-19T12:29:39-04:00
Stats : +6/-1 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/gnofract4d/c/044f928b38eea58c00d2f8b883492b49d89b9912?branch=f45
Log:
Skip failing test on s390x
---
diff --git a/gnofract4d.spec b/gnofract4d.spec
index 42c08d7..c050fbf 100644
--- a/gnofract4d.spec
+++ b/gnofract4d.spec
@@ -92,7 +92,12 @@ cp -p doc/%{name}.1 %{buildroot}%{_mandir}/man1
%check
# The test_main_window test hangs in mock
-%pytest -v --ignore fract4dgui/tests/test_main_window.py
+# testFractWorker crashes on s390x
+%pytest -v \
+%ifarch s390x
+ -k 'not fract4d/tests/test_fract4d.py::Test::testFractWorker' \
+%endif
+ --ignore fract4dgui/tests/test_main_window.py
%files
%license LICENSE
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-19 16:30 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-19 16:30 [rpms/gnofract4d] f45: Skip failing test on s390x Yaakov Selkowitz
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox