Skip to content

Commit

Permalink
Temporarily disable testMultiPartDownload while using Localstack
Browse files Browse the repository at this point in the history
Localstack seems a little broken
  • Loading branch information
adam-fowler committed Aug 12, 2020
1 parent 4134e04 commit 46dd8ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Tests/AWSSDKSwiftTests/Services/S3/S3ExtensionTests.swift
Expand Up @@ -88,6 +88,7 @@ class S3ExtensionTests: XCTestCase {
}

func testMultiPartDownload() {
guard !TestEnvironment.isUsingLocalstack else { return }
let data = S3Tests.createRandomBuffer(size: 10 * 1024 * 1024)
let name = TestEnvironment.generateResourceName()
let filename = "S3MultipartDownloadTest"
Expand Down

0 comments on commit 46dd8ff

Please sign in to comment.