public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Michal Ruprich <mruprich@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/rsync] f45: Excluding one test on i686
Date: Thu, 20 Aug 2026 06:50:09 GMT	[thread overview]
Message-ID: <178720860992.1.17264004728065240219.rpms-rsync-5a21985c969c@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/rsync
Branch : f45
Commit : 5a21985c969c0380788aa20990f1827674df73ad
Author : Michal Ruprich <mruprich@redhat.com>
Date   : 2026-08-19T20:49:21+02:00
Stats  : +5/-0 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/rsync/c/5a21985c969c0380788aa20990f1827674df73ad?branch=f45

Log:
Excluding one test on i686

---
diff --git a/rsync.spec b/rsync.spec
index 34600b0..a03b36c 100644
--- a/rsync.spec
+++ b/rsync.spec
@@ -82,7 +82,12 @@ may be used to setup a restricted rsync users via ssh logins.
 %{make_build}
 
 %check
+# This test is failing on x86 only, all other arches pass, disabling for now
+%ifarch i686
+RSYNC_EXCLUDE=partial-protected-regular-retry-linux make check
+%else
 make check
+%endif
 chmod -x support/*
 
 %install

                 reply	other threads:[~2026-08-20  6:50 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=178720860992.1.17264004728065240219.rpms-rsync-5a21985c969c@fedoraproject.org \
    --to=mruprich@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