Skip to content

Commit 5c03194

Browse files
committed
@IgnoreNative new tests
1 parent 2dc5d1c commit 5c03194

File tree

3 files changed

+4
-0
lines changed

3 files changed

+4
-0
lines changed

runtime/protocol/http-client/common/test/aws/smithy/kotlin/runtime/http/interceptors/FlexibleChecksumsRequestInterceptorTest.kt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,7 @@ class FlexibleChecksumsRequestInterceptorTest {
140140
assertEquals(0, call.request.headers.getNumChecksumHeaders())
141141
}
142142

143+
@IgnoreNative // FIXME Re-enable after Kotlin/Native Implementation
143144
@Test
144145
fun testCompletingSource() = runTest {
145146
val hashFunctionName = "crc32"
@@ -212,6 +213,7 @@ class FlexibleChecksumsRequestInterceptorTest {
212213
assertEquals(precalculatedChecksumValue, call.request.headers["x-amz-checksum-sha256"])
213214
}
214215

216+
@IgnoreNative // FIXME Re-enable after Kotlin/Native Implementation
215217
@Test
216218
fun testDefaultChecksumConfiguration() = runTest {
217219
setOf(

runtime/protocol/http-client/common/test/aws/smithy/kotlin/runtime/http/interceptors/FlexibleChecksumsResponseInterceptorTest.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,7 @@ class FlexibleChecksumsResponseInterceptorTest {
201201
assertNull(op.context.getOrNull(ChecksumHeaderValidated))
202202
}
203203

204+
@IgnoreNative // FIXME Re-enable after Kotlin/Native Implementation
204205
@Test
205206
fun testResponseValidationConfiguration() = runTest {
206207
setOf(

runtime/protocol/http-client/common/test/aws/smithy/kotlin/runtime/http/interceptors/HttpChecksumRequiredInterceptorTest.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ class HttpChecksumRequiredInterceptorTest {
6868
assertEquals(expected, call.request.headers["x-amz-checksum-crc32"])
6969
}
7070

71+
@IgnoreNative // FIXME Re-enable after Kotlin/Native Implementation
7172
@Test
7273
fun itSetsHeaderForNonBytesContent() = runTest {
7374
val req = HttpRequestBuilder().apply {

0 commit comments

Comments
 (0)