File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
httpcore5-testing/src/test/java/org/apache/hc/core5/testing/nio Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change 3636import org .junit .jupiter .api .condition .DisabledOnOs ;
3737import org .junit .jupiter .api .condition .EnabledForJreRange ;
3838import org .junit .jupiter .api .condition .JRE ;
39- import org .junit .jupiter .api .condition .OS ;
4039import org .junit .jupiter .api .parallel .Isolated ;
4140
4241class AlpnTests {
@@ -55,7 +54,7 @@ public OracleJSSEAlpnTest() throws Exception {
5554 @ Nested
5655 @ Isolated
5756 @ DisplayName ("ALPN Conscrypt (Java 9 or newer)" )
58- @ DisabledOnOs (OS . MAC )
57+ @ DisabledOnOs (architectures = "aarch64" )
5958 @ EnabledForJreRange (min = JRE .JAVA_9 )
6059 class ConscryptJSSEAlpnTest extends AlpnTest {
6160
@@ -68,13 +67,12 @@ public ConscryptJSSEAlpnTest() throws Exception {
6867 @ Nested
6968 @ Isolated
7069 @ DisplayName ("ALPN Conscrypt (Conscrypt specific TLS strategies)" )
71- @ DisabledOnOs (OS . MAC )
70+ @ DisabledOnOs (architectures = "aarch64" )
7271 class ConscryptJSSEAndStrategiesAlpnTest extends AlpnTest {
7372
7473 public ConscryptJSSEAndStrategiesAlpnTest () throws Exception {
7574 super ("Conscrypt" , ConscryptServerTlsStrategy ::new , ConscryptClientTlsStrategy ::new );
7675 }
7776
7877 }
79-
8078}
You can’t perform that action at this time.
0 commit comments