Skip to content

Commit

Permalink
Ktlint
Browse files Browse the repository at this point in the history
  • Loading branch information
0marperez committed Dec 13, 2024
1 parent 55bdcb8 commit 44894e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/s3/e2eTest/src/S3ChecksumTest.kt
Original file line number Diff line number Diff line change
Expand Up @@ -177,9 +177,9 @@ class S3ChecksumTest {
assertTrue(responseCodeFromPut(presignedPutRequest, contents) in 200..299)
}

// FIXME: Sending checksum via query params should work
@Test
@Ignore
// FIXME: Sending checksum via query params should work
fun testPresignedUrlContainsChecksum() = runBlocking {
val unsignedPutRequest = PutObjectRequest {
bucket = testBucket
Expand Down

0 comments on commit 44894e6

Please sign in to comment.