Compare commits

...

1 Commits
f39 ... rawhide

Author SHA1 Message Date
Stephen Gallagher 927c175817 Temporarily disable tests on CentOS Stream / RHEL
The network tests are failing on the builders.

Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
2023-11-17 15:28:22 -05:00
1 changed files with 7 additions and 1 deletions

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
%endif
Name: libuv
Epoch: 1