Skip to content

Commit

Permalink
Also skip test_start_auth_plain with Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbt committed Nov 29, 2024
1 parent 80f69e1 commit a04a2e0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/net/smtp/test_smtp.rb
Original file line number Diff line number Diff line change
Expand Up @@ -467,6 +467,8 @@ def test_start_with_starttls_false
end

def test_start_auth_plain
omit "This test is not supported on Windows" if /mswin|mingw/ =~ RUBY_PLATFORM

port = fake_server_start(auth: 'plain')
Net::SMTP.start('localhost', port, user: 'account', password: 'password', authtype: :plain){}

Expand Down

0 comments on commit a04a2e0

Please sign in to comment.