From fe3f1bc8a2fb0d4ecb754ca6215658f53e61d41a Mon Sep 17 00:00:00 2001 From: Michal Ruprich Date: Mon, 10 Jun 2024 11:25:13 +0200 Subject: [PATCH] testing-farm repository might break this test --- Sanity/basic-SCTP/runtest.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Sanity/basic-SCTP/runtest.sh b/Sanity/basic-SCTP/runtest.sh index a44d735..23286e9 100755 --- a/Sanity/basic-SCTP/runtest.sh +++ b/Sanity/basic-SCTP/runtest.sh @@ -42,6 +42,9 @@ function find_free_port() { rlJournalStart rlPhaseStartSetup + if rlIsCentOS '>=10'; then + rlRun "dnf config-manager --set-disabled testing-farm-tag-repository" 0 "Disabling testing-farm repository" + fi rlRun "rlCheckMakefileRequires" rlRun -l "iperf3 --version"