Skip to content

Commit a957a4b

Browse files
authored
Update QuicTest.java
1 parent 2cd4908 commit a957a4b

File tree

1 file changed

+1
-1
lines changed
  • QCloudCosXml/cosxml/src/androidTest/java/com/tencent/cos/xml/quic

1 file changed

+1
-1
lines changed

QCloudCosXml/cosxml/src/androidTest/java/com/tencent/cos/xml/quic/QuicTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
@RunWith(AndroidJUnit4.class)
6363
public class QuicTest {
6464

65-
private final boolean testQuic = isQuicSupportDevice();
65+
private final boolean testQuic = isQuicSupportDevice() && TestConst.QUIC_TEST;
6666

6767
@Test
6868
public void testUploadSmallFileByPath() {

0 commit comments

Comments
 (0)