testing-farm repository might break this test

This commit is contained in:
Michal Ruprich 2024-06-10 11:25:13 +02:00
commit fe3f1bc8a2

View file

@ -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"