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 d351476 commit 091405fCopy full SHA for 091405f
src/test/java/com/aliyun/oss/integrationtests/ProxyTest.java
@@ -24,17 +24,19 @@
24
25
import junit.framework.Assert;
26
27
-import org.junit.Test;
28
-
+import org.junit.Ignore;
29
import com.aliyun.oss.ClientConfiguration;
30
import com.aliyun.oss.OSSClient;
31
import com.aliyun.oss.model.BucketInfo;
32
import com.aliyun.oss.model.OSSObject;
33
import com.aliyun.oss.model.ObjectMetadata;
34
+/**
35
+ * Test proxy
36
+ */
37
public class ProxyTest extends TestBase {
38
- @Test
39
+ @Ignore
40
public void testProxy() {
41
String key = "test/test.txt";
42
String content = "Hello OSS.";
0 commit comments