test[orm]: 去点不必要的test

This commit is contained in:
jaysunxiao
2021-09-04 19:13:15 +08:00
parent 6163c81434
commit 9f51347734
2 changed files with 4 additions and 0 deletions
@@ -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