@@ -1053,37 +1053,37 @@ INSTANTIATE_TEST_CASE_P(
1053
1053
}
1054
1054
));
1055
1055
1056
- // Special test that require properly configured TLS-enabled version of CH running locally
1057
- INSTANTIATE_TEST_CASE_P (
1058
- LocalhostTLS_None, ReadonlyClientTest,
1059
- ::testing::Values (std::tuple<ClientOptions, std::vector<std::string> > {
1060
- ClientOptions ()
1061
- .SetHost (" 127.0.0.1" )
1062
- .SetPort (9440 )
1063
- .SetUser (" default" )
1064
- .SetPingBeforeQuery (true )
1065
- .SetCompressionMethod (CompressionMethod::None)
1066
- .SetSSLOptions (ClientOptions::SSLOptions ()
1067
- .PathToCADirectory (" ./CA/" )
1068
- .UseSNI (false )),
1069
- QUERIES
1070
- }
1071
- ));
1072
-
1073
- INSTANTIATE_TEST_CASE_P (
1074
- LocalhostTLS_LZ4, ReadonlyClientTest,
1075
- ::testing::Values (std::tuple<ClientOptions, std::vector<std::string> > {
1076
- ClientOptions ()
1077
- .SetHost (" 127.0.0.1" )
1078
- .SetPort (9440 )
1079
- .SetUser (" default" )
1080
- .SetPingBeforeQuery (true )
1081
- .SetCompressionMethod (CompressionMethod::LZ4)
1082
- .SetSSLOptions (ClientOptions::SSLOptions ()
1083
- .PathToCADirectory (" ./CA/" )
1084
- .UseSNI (false )),
1085
- QUERIES
1086
- }
1087
- ));
1056
+ // // Special test that require properly configured TLS-enabled version of CH running locally
1057
+ // INSTANTIATE_TEST_CASE_P(
1058
+ // LocalhostTLS_None, ReadonlyClientTest,
1059
+ // ::testing::Values(std::tuple<ClientOptions, std::vector<std::string> > {
1060
+ // ClientOptions()
1061
+ // .SetHost("127.0.0.1")
1062
+ // .SetPort(9440)
1063
+ // .SetUser("default")
1064
+ // .SetPingBeforeQuery(true)
1065
+ // .SetCompressionMethod(CompressionMethod::None)
1066
+ // .SetSSLOptions(ClientOptions::SSLOptions()
1067
+ // .PathToCADirectory("./CA/")
1068
+ // .UseSNI(false)),
1069
+ // QUERIES
1070
+ // }
1071
+ // ));
1072
+
1073
+ // INSTANTIATE_TEST_CASE_P(
1074
+ // LocalhostTLS_LZ4, ReadonlyClientTest,
1075
+ // ::testing::Values(std::tuple<ClientOptions, std::vector<std::string> > {
1076
+ // ClientOptions()
1077
+ // .SetHost("127.0.0.1")
1078
+ // .SetPort(9440)
1079
+ // .SetUser("default")
1080
+ // .SetPingBeforeQuery(true)
1081
+ // .SetCompressionMethod(CompressionMethod::LZ4)
1082
+ // .SetSSLOptions(ClientOptions::SSLOptions()
1083
+ // .PathToCADirectory("./CA/")
1084
+ // .UseSNI(false)),
1085
+ // QUERIES
1086
+ // }
1087
+ // ));
1088
1088
1089
1089
#endif
0 commit comments