Skip to content

Commit 67e93df

Browse files
committed
update testcase.
1 parent a946412 commit 67e93df

22 files changed

+42
-24
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
/target/
22
/.settings/
33
.classpath
4-
.project
4+
.project
5+
.idea

src/test/java/com/aliyun/oss/common/provider/CustomSessionCredentialsProviderTest.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,10 @@
3131
import com.aliyun.oss.common.provider.mock.CustomSessionCredentialsFetcherMock;
3232
import com.aliyun.oss.common.provider.mock.CustomSessionCredentialsFetcherMock.ResponseCategory;
3333
import junit.framework.Assert;
34+
import org.junit.Ignore;
3435
import org.junit.Test;
3536

37+
@Ignore
3638
public class CustomSessionCredentialsProviderTest extends TestBase {
3739

3840
@Test

src/test/java/com/aliyun/oss/common/provider/EcsRamRoleCredentialsProviderTest.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,13 @@
2626
import com.aliyun.oss.common.provider.mock.EcsRamRoleCredentialsFetcherMock.ResponseCategory;
2727
import com.aliyun.oss.common.utils.DateUtil;
2828
import junit.framework.Assert;
29+
import org.junit.Ignore;
2930
import org.junit.Test;
3031

3132
import java.io.ByteArrayInputStream;
3233
import java.util.Date;
3334

35+
@Ignore
3436
public class EcsRamRoleCredentialsProviderTest extends TestBase {
3537

3638
@Test

src/test/java/com/aliyun/oss/common/provider/EnvironmentVariableCredentialsProviderTest.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,10 @@
3333
import com.aliyun.oss.common.auth.EnvironmentVariableCredentialsProvider;
3434
import com.aliyun.oss.common.utils.AuthUtils;
3535
import junit.framework.Assert;
36+
import org.junit.Ignore;
3637
import org.junit.Test;
3738

39+
@Ignore
3840
public class EnvironmentVariableCredentialsProviderTest extends TestBase {
3941

4042
@Test

src/test/java/com/aliyun/oss/common/provider/InstanceProfileCredentialsFetcherTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
import org.junit.Ignore;
2929
import org.junit.Test;
3030

31+
@Ignore
3132
public class InstanceProfileCredentialsFetcherTest extends TestBase {
3233

3334
@Test

src/test/java/com/aliyun/oss/common/provider/InstanceProfileCredentialsProviderTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
import org.junit.Ignore;
3535
import org.junit.Test;
3636

37+
@Ignore
3738
public class InstanceProfileCredentialsProviderTest extends TestBase {
3839

3940
@Test

src/test/java/com/aliyun/oss/common/provider/ProfileCredentialsProviderTest.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,14 @@
2525
import com.aliyun.oss.common.auth.ProfileCredentialsProvider;
2626
import com.aliyun.oss.common.utils.AuthUtils;
2727
import junit.framework.Assert;
28+
import org.junit.Ignore;
2829
import org.junit.Test;
2930

3031
import java.io.File;
3132
import java.util.HashMap;
3233
import java.util.Map;
3334

35+
@Ignore
3436
public class ProfileCredentialsProviderTest extends TestBase {
3537

3638
@Test

src/test/java/com/aliyun/oss/common/provider/RamUtilsTest.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,10 @@
2727
import com.aliyun.oss.common.utils.AuthUtils;
2828
import com.aliyuncs.exceptions.ClientException;
2929
import junit.framework.Assert;
30+
import org.junit.Ignore;
3031
import org.junit.Test;
3132

33+
@Ignore
3234
public class RamUtilsTest extends TestBase {
3335

3436
@Test

src/test/java/com/aliyun/oss/common/provider/STSAssumeRoleSessionCredentialsProviderTest.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,10 @@
2727
import com.aliyun.oss.common.auth.CredentialsProvider;
2828
import com.aliyun.oss.common.auth.CredentialsProviderFactory;
2929
import junit.framework.Assert;
30+
import org.junit.Ignore;
3031
import org.junit.Test;
3132

33+
@Ignore
3234
public class STSAssumeRoleSessionCredentialsProviderTest extends TestBase {
3335

3436
@Test

src/test/java/com/aliyun/oss/common/provider/SystemPropertiesCredentialsProviderTest.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,10 @@
2929
import com.aliyun.oss.common.auth.SystemPropertiesCredentialsProvider;
3030
import com.aliyun.oss.common.utils.AuthUtils;
3131
import junit.framework.Assert;
32+
import org.junit.Ignore;
3233
import org.junit.Test;
3334

35+
@Ignore
3436
public class SystemPropertiesCredentialsProviderTest extends TestBase {
3537

3638
@Test

0 commit comments

Comments
 (0)