Skip to content

Commit 2ef9679

Browse files
committed
add comment
1 parent 17215bb commit 2ef9679

File tree

1 file changed

+1
-0
lines changed
  • runtime/runtime-core/jvm/test/aws/smithy/kotlin/runtime/hashing

1 file changed

+1
-0
lines changed

runtime/runtime-core/jvm/test/aws/smithy/kotlin/runtime/hashing/EcdsaJVMTest.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ class EcdsaJVMTest {
102102
}
103103

104104
@Test
105+
// SHA256withECDSAinP1363Format algorithm was introduced in Java 11, skip on Java 8
105106
@EnabledForJreRange(min = JRE.JAVA_11)
106107
fun testVerifyRawSignature() {
107108
val keyGen = KeyPairGenerator.getInstance("EC")

0 commit comments

Comments
 (0)