fixed
ignore
This commit is contained in:
parent
3e315c413a
commit
22adfe4688
|
@ -6,6 +6,7 @@ import com.loafle.overflow.module.target.service.TargetDiscoveryService;
|
||||||
import com.loafle.overflow.spring.AppConfig;
|
import com.loafle.overflow.spring.AppConfig;
|
||||||
import com.loafle.overflow.spring.JdbcConfiguration;
|
import com.loafle.overflow.spring.JdbcConfiguration;
|
||||||
import com.loafle.overflow.spring.MailConfiguration;
|
import com.loafle.overflow.spring.MailConfiguration;
|
||||||
|
import org.junit.Ignore;
|
||||||
import org.junit.Test;
|
import org.junit.Test;
|
||||||
import org.junit.runner.RunWith;
|
import org.junit.runner.RunWith;
|
||||||
import org.springframework.beans.factory.annotation.Autowired;
|
import org.springframework.beans.factory.annotation.Autowired;
|
||||||
|
@ -27,6 +28,7 @@ public class ServiceInvokerTest {
|
||||||
@Autowired
|
@Autowired
|
||||||
private ServiceInvoker serviceInvoker;
|
private ServiceInvoker serviceInvoker;
|
||||||
|
|
||||||
|
@Ignore
|
||||||
@Test
|
@Test
|
||||||
public void invoke() throws Exception {
|
public void invoke() throws Exception {
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user