Commit d91d221a by Yiming Liu

Merge pull request #94 from lepdou/portal

delete old test
parents 00467579 bef96d6f
......@@ -15,4 +15,4 @@ ctrip:
apollo:
portal:
env: local
env: dev
......@@ -4,11 +4,8 @@ import org.junit.runner.RunWith;
import org.junit.runners.Suite;
import org.junit.runners.Suite.SuiteClasses;
import com.ctrip.apollo.portal.service.ConfigServiceTest;
@RunWith(Suite.class)
@SuiteClasses({
//ConfigServiceTest.class
})
public class AllTests {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment