delete testcase info
This commit is contained in:
parent
8293662940
commit
d067ab5b6b
@ -57,10 +57,10 @@ public class AutoDeregisterInstance_ITCase {
|
|||||||
@Before
|
@Before
|
||||||
public void init() throws Exception {
|
public void init() throws Exception {
|
||||||
|
|
||||||
// NamingBase.prepareServer(port);
|
NamingBase.prepareServer(port);
|
||||||
|
|
||||||
if (naming == null) {
|
if (naming == null) {
|
||||||
naming = NamingFactory.createNamingService("11.239.112.161:8848,11.239.113.204:8848,11.239.114.187:8848");
|
naming = NamingFactory.createNamingService("127.0.0.1" + ":" + port);
|
||||||
}
|
}
|
||||||
|
|
||||||
while (true) {
|
while (true) {
|
||||||
|
Loading…
Reference in New Issue
Block a user