public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Yaakov Selkowitz <yselkowi@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/gnofract4d] rawhide: Skip failing test on s390x
Date: Wed, 19 Aug 2026 16:30:12 GMT [thread overview]
Message-ID: <178715701239.1.18205462468431059795.rpms-gnofract4d-044f928b38ee@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/gnofract4d
Branch : rawhide
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=rawhide
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
reply other threads:[~2026-08-19 16:30 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178715701239.1.18205462468431059795.rpms-gnofract4d-044f928b38ee@fedoraproject.org \
--to=yselkowi@redhat.com \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox