Skip to content

Commit 49663c0

Browse files
committed
Ignore signingKey test
1 parent 2942895 commit 49663c0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

runtime/auth/aws-signing-default/common/test/aws/smithy/kotlin/runtime/auth/awssigning/DefaultSignatureCalculatorTest.kt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
*/
55
package aws.smithy.kotlin.runtime.auth.awssigning
66

7+
import aws.smithy.kotlin.runtime.IgnoreNative
78
import aws.smithy.kotlin.runtime.auth.awscredentials.Credentials
89
import aws.smithy.kotlin.runtime.auth.awssigning.tests.DEFAULT_TEST_CREDENTIALS
910
import aws.smithy.kotlin.runtime.hashing.sha256
@@ -32,6 +33,7 @@ class DefaultSignatureCalculatorTest {
3233
}
3334

3435
// Test adapted from https://docs.aws.amazon.com/general/latest/gr/sigv4-calculate-signature.html
36+
@IgnoreNative // FIXME Re-enable after Kotlin/Native Implementation. Need to fix parsing ISO 8601 to try all possible formats
3537
@Test
3638
fun testSigningKey() = runTest {
3739
val config = AwsSigningConfig {

0 commit comments

Comments
 (0)