Skip to content

Commit

Permalink
test: rework comment
Browse files Browse the repository at this point in the history
  • Loading branch information
deniskovalchuk committed Apr 14, 2024
1 parent 8d942ca commit 9ce4c92
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/client.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1150,8 +1150,8 @@ TEST_F(ssl_client, open_non_ssl_connection)

TEST_F(ssl_client, login)
{
GTEST_SKIP() << "pyftpdlib doesn't handle the logout ('REIN' command) properly. "
"It doesn't switch the control connection to plain-text mode.";
GTEST_SKIP() << "pyftpdlib doesn't handle the 'REIN' command properly. "
"The control connection is not switched to non-SSL mode.";

ftp::ssl::context_ptr ssl_context = std::make_unique<ftp::ssl::context>(ftp::ssl::context::tls_client);
ssl_context->load_verify_file(ftp::test::server::get_root_ca_cert_path().string());
Expand Down

0 comments on commit 9ce4c92

Please sign in to comment.