diff options
Diffstat (limited to 'php-react-socket.spec')
-rw-r--r-- | php-react-socket.spec | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/php-react-socket.spec b/php-react-socket.spec index 363809a..dbf5567 100644 --- a/php-react-socket.spec +++ b/php-react-socket.spec @@ -219,6 +219,7 @@ rm -f tests/IntegrationTest.php rm -f tests/DnsConnectorTest.php FILTER="testConnectorUsesGivenResolverInstance|testConnectorUsesResolvedHostnameIfDnsIsUsed" %if 0%{?fedora} >= 36 || 0%{?rhel} >= 9 +# https://github.com/reactphp/socket/issues/275 - OpenSSL 3.0 FILTER="$FILTER|testClientUsesTls10WhenCryptoMethodIsExplicitlyConfiguredByClient" %endif |