mirror of
https://github.com/tiennm99/zfoo.git
synced 2026-05-20 05:27:48 +00:00
test[zfoo]: skip test in net and orm
This commit is contained in:
@@ -13,8 +13,6 @@
|
||||
|
||||
package com.zfoo.scheduler.util;
|
||||
|
||||
import com.zfoo.protocol.util.ThreadUtils;
|
||||
import org.junit.Ignore;
|
||||
import org.junit.Test;
|
||||
|
||||
import java.time.DayOfWeek;
|
||||
@@ -84,13 +82,4 @@ public class TimeUtilsTest {
|
||||
System.out.println("date:" + new Date(java.sql.Timestamp.valueOf(localDateTime).getTime()));
|
||||
}
|
||||
|
||||
@Ignore
|
||||
@Test
|
||||
public void nowTest() {
|
||||
for (int i = 0; i < 100; i++) {
|
||||
System.out.println(TimeUtils.now());
|
||||
ThreadUtils.sleep(1000);
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user