We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d0c12f commit 779c528Copy full SHA for 779c528
aws-storage-s3/src/androidTest/java/com/amplifyframework/storage/s3/StorageCanaryTestGen2.kt
@@ -126,9 +126,7 @@ class StorageCanaryTestGen2 {
126
val operation = syncStorage.getTransfer(op.transferId)
127
Log.i(TAG, "Current State" + operation.transferState)
128
129
- // Ensure the transfer finishes. We don't particularly care if it's successful or not at this point.
130
- // We just don't want it still going to potentially impact other tests.
131
- uploadComplete.get(TIMEOUT_S, TimeUnit.SECONDS)
+ op.cancel()
132
}
133
134
@Test
0 commit comments