Skip to content

Commit 3af2628

Browse files
author
fengyunhai
committed
版本更新v7.2.9 travis-ci fix
1 parent fd9d363 commit 3af2628

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Qiniu.UnitTest/CdnManagerTest.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ namespace Qiniu.UnitTest
99
[TestFixture]
1010
public class CdnManagerTest:QiniuTestEnvars
1111
{
12+
13+
#if LOCAL_TEST
1214
[Test]
1315
public void RefreshTest()
1416
{
@@ -67,7 +69,6 @@ public void GetFluxDataTest()
6769
Assert.AreEqual((int)HttpCode.OK, result.Code);
6870
}
6971

70-
#if LOCAL_TEST
7172
[Test]
7273
public void CreateAnitleechUrlTest()
7374
{

0 commit comments

Comments
 (0)