diff --git a/libuv.spec b/libuv.spec index 7558641..92b56c4 100644 --- a/libuv.spec +++ b/libuv.spec @@ -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