lordgamez commented on code in PR #1583:
URL: https://github.com/apache/nifi-minifi-cpp/pull/1583#discussion_r1221822270
##########
extensions/standard-processors/tests/unit/ListenTcpTests.cpp:
##########
@@ -287,7 +287,7 @@ TEST_CASE("Test ListenTCP SSL/TLS compatibility",
"[ListenTCP][NetworkListenerPr
SECTION("tlsv13 should be enabled") {
client_method = asio::ssl::context::method::tlsv13_client;
- expected_to_work = true;
+ expected_to_work = false;
Review Comment:
Even though we had a test for TLS v1.3 previously the test case was NOOP as
it was not supported by the LibreSSL library so it passed anyway. Now we set it
to false as we do not support it at the moment so the test would fail because
the library now actually supports TLS 1.3
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]