We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 211f115 + 86707c6 commit c15e7feCopy full SHA for c15e7fe
ut/ssl_ut.cpp
@@ -79,7 +79,7 @@ INSTANTIATE_TEST_SUITE_P(
79
// Looks like `VerifyCAPath` has no effect, while parsing and setting value works.
80
// Also for some reason SetPathToCADirectory() + SSL_CTX_load_verify_locations() works.
81
#if !defined(__APPLE__)
82
-TEST(OpenSSLConfiguration, ValidValues) {
+TEST(OpenSSLConfiguration, DISABLED_ValidValues) {
83
// Verify that Client with valid configuration set via SetConfiguration is able to connect.
84
85
EXPECT_NO_THROW(
0 commit comments