Skip to content

Commit 091405f

Browse files
committed
test parameters
1 parent d351476 commit 091405f

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

src/test/java/com/aliyun/oss/integrationtests/ProxyTest.java

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,17 +24,19 @@
2424

2525
import junit.framework.Assert;
2626

27-
import org.junit.Test;
28-
27+
import org.junit.Ignore;
2928
import com.aliyun.oss.ClientConfiguration;
3029
import com.aliyun.oss.OSSClient;
3130
import com.aliyun.oss.model.BucketInfo;
3231
import com.aliyun.oss.model.OSSObject;
3332
import com.aliyun.oss.model.ObjectMetadata;
3433

34+
/**
35+
* Test proxy
36+
*/
3537
public class ProxyTest extends TestBase {
3638

37-
@Test
39+
@Ignore
3840
public void testProxy() {
3941
String key = "test/test.txt";
4042
String content = "Hello OSS.";

0 commit comments

Comments
 (0)