mirror of
https://github.com/tiennm99/zfoo.git
synced 2026-08-06 02:24:25 +00:00
test[orm]: 去点不必要的test
This commit is contained in:
@@ -16,6 +16,7 @@ import com.zfoo.event.manager.EventBus;
|
||||
import com.zfoo.orm.lpmap.model.MyPacket;
|
||||
import com.zfoo.protocol.ProtocolManager;
|
||||
import org.junit.Assert;
|
||||
import org.junit.Ignore;
|
||||
import org.junit.Test;
|
||||
|
||||
import java.io.IOException;
|
||||
@@ -27,6 +28,7 @@ import java.util.concurrent.atomic.AtomicInteger;
|
||||
* @author jaysunxiao
|
||||
* @version 3.0
|
||||
*/
|
||||
@Ignore
|
||||
public class ConcurrentFileChannelMapTest {
|
||||
|
||||
@Test
|
||||
|
||||
@@ -16,6 +16,7 @@ import com.zfoo.event.manager.EventBus;
|
||||
import com.zfoo.orm.lpmap.model.MyPacket;
|
||||
import com.zfoo.protocol.ProtocolManager;
|
||||
import org.junit.Assert;
|
||||
import org.junit.Ignore;
|
||||
import org.junit.Test;
|
||||
|
||||
import java.io.IOException;
|
||||
@@ -27,6 +28,7 @@ import java.util.concurrent.atomic.AtomicInteger;
|
||||
* @author jaysunxiao
|
||||
* @version 3.0
|
||||
*/
|
||||
@Ignore
|
||||
public class ConcurrentHeapMapTest {
|
||||
|
||||
@Test
|
||||
|
||||
Reference in New Issue
Block a user