Skip to content

Commit 9dbd958

Browse files
author
Karthikeyan
authored
Skip TransferUtility tests
1 parent 65b8dc6 commit 9dbd958

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

aws-android-sdk-s3-test/src/androidTest/java/com/amazonaws/mobileconnectors/s3/transferutility/TransferUtilityTestBase.java

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,7 @@
3434
import java.io.IOException;
3535
import java.util.Random;
3636

37-
@RunWith(AndroidJUnit4.class)
38-
public abstract class TransferUtilityTestBase extends AWSTestBase {
37+
public class TransferUtilityTestBase extends AWSTestBase {
3938

4039
protected static Context appContext;
4140
protected static CognitoCachingCredentialsProvider sCredProvider;
@@ -87,4 +86,4 @@ void fillFile(File file, long size) throws IOException {
8786
fos.close();
8887

8988
}
90-
}
89+
}

0 commit comments

Comments
 (0)