Skip to content

Commit c15e7fe

Browse files
authored
Merge pull request #180 from Enmk/disable_ssl_test
temporary disabled SSL test that fails to connect to 'play.clickhousecom'
2 parents 211f115 + 86707c6 commit c15e7fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ut/ssl_ut.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ INSTANTIATE_TEST_SUITE_P(
7979
// Looks like `VerifyCAPath` has no effect, while parsing and setting value works.
8080
// Also for some reason SetPathToCADirectory() + SSL_CTX_load_verify_locations() works.
8181
#if !defined(__APPLE__)
82-
TEST(OpenSSLConfiguration, ValidValues) {
82+
TEST(OpenSSLConfiguration, DISABLED_ValidValues) {
8383
// Verify that Client with valid configuration set via SetConfiguration is able to connect.
8484

8585
EXPECT_NO_THROW(

0 commit comments

Comments
 (0)