From e6cb7c27384f22b39ccee584028e23b56c30e9ee Mon Sep 17 00:00:00 2001 From: yujian <yujian> Date: 星期四, 07 三月 2019 15:01:22 +0800 Subject: [PATCH] 券推送调用 --- fanli/src/test/java/org/fanli/AppTest.java | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/fanli/src/test/java/org/fanli/AppTest.java b/fanli/src/test/java/org/fanli/AppTest.java index a956232..2451478 100644 --- a/fanli/src/test/java/org/fanli/AppTest.java +++ b/fanli/src/test/java/org/fanli/AppTest.java @@ -1,12 +1,15 @@ package org.fanli; +import org.junit.Ignore; + import junit.framework.Test; import junit.framework.TestCase; import junit.framework.TestSuite; /** - * Unit test for simple App. + * Unit test for simple */ +@Ignore public class AppTest extends TestCase { /** * Create the test case -- Gitblit v1.8.0