Temporarily disable tests on CentOS Stream / RHEL

The network tests are failing on the builders.

Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
This commit is contained in:
Stephen Gallagher 2023-11-17 15:28:22 -05:00
parent 001559cc7d
commit 927c175817

View File

@ -1,5 +1,11 @@
# Run the tests by default # Run the tests by default on Fedora
# Some of the network tests fail on RHEL/CentOS Stream due to the network
# configuration on the builders
%if 0%{?rhel}
%bcond tests 0
%else
%bcond tests 1 %bcond tests 1
%endif
Name: libuv Name: libuv
Epoch: 1 Epoch: 1