Skip to content

Commit

Permalink
[ELY-2724] TLS13AuthenticationTest needs to be updated to run with SE 21
Browse files Browse the repository at this point in the history
  • Loading branch information
Prarthona Paul authored and ivassile committed May 29, 2024
1 parent 4aa9c49 commit 720d8da
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@
import javax.net.ssl.X509TrustManager;

import org.junit.AfterClass;
import org.junit.Assume;
import org.junit.BeforeClass;
import org.junit.Test;
import org.wildfly.security.WildFlyElytronProvider;
Expand Down Expand Up @@ -79,8 +78,6 @@ public class TLS13AuthenticationTest {

@BeforeClass
public static void setUp() throws Exception{
Assume.assumeTrue("Skipping TLS13AuthenticationTest suite, tests are not being run on JDK 11.",
System.getProperty("java.specification.version").equals("11"));

caGenerationTool = CAGenerationTool.builder()
.setBaseDir(CA_JKS_LOCATION)
Expand Down

0 comments on commit 720d8da

Please sign in to comment.