Skip to content

Commit

Permalink
Issue #5535 - Removing irrelevant lines on test
Browse files Browse the repository at this point in the history
Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
  • Loading branch information
joakime committed Oct 30, 2020
1 parent 074b4f9 commit 249cb02
Showing 1 changed file with 0 additions and 2 deletions.
Expand Up @@ -100,8 +100,6 @@ public void testSLOTH() throws Exception
public void testDumpExcludedProtocols() throws Exception
{
SslContextFactory.Server cf = new SslContextFactory.Server();
cf.setKeyStorePassword("storepwd");
cf.setKeyManagerPassword("keypwd");
cf.setExcludeProtocols("TLSv1\\.?[01]?");
cf.start();

Expand Down

0 comments on commit 249cb02

Please sign in to comment.