Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
exclude TLS 1.3 tests from JDK 1.8 prior to 261
Browse files Browse the repository at this point in the history
Signed-off-by: Maxim Nesen <maxim.nesen@oracle.com>
senivam committed Jan 23, 2024
1 parent a486428 commit 3045ff7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions connectors/jdk-connector/pom.xml
Original file line number Diff line number Diff line change
@@ -98,6 +98,7 @@
<reuseForks>false</reuseForks>
<excludes>
<exclude>**/SslFilterTLS13Test.java</exclude>
<exclude>**/SslFilterTLS13UrlStoresTest.java</exclude>
</excludes>
</configuration>
</plugin>

0 comments on commit 3045ff7

Please sign in to comment.