mirror of
https://gitee.com/dromara/hutool.git
synced 2025-06-28 13:34:09 +08:00
fix test
This commit is contained in:
parent
122c68052e
commit
ed54fc2c01
@ -4,7 +4,6 @@ import cn.hutool.core.io.IoUtil;
|
|||||||
import cn.hutool.core.thread.ConcurrencyTester;
|
import cn.hutool.core.thread.ConcurrencyTester;
|
||||||
import cn.hutool.core.thread.ThreadUtil;
|
import cn.hutool.core.thread.ThreadUtil;
|
||||||
import org.junit.jupiter.api.BeforeEach;
|
import org.junit.jupiter.api.BeforeEach;
|
||||||
import org.junit.jupiter.api.Disabled;
|
|
||||||
import org.junit.jupiter.api.Test;
|
import org.junit.jupiter.api.Test;
|
||||||
|
|
||||||
import static org.junit.jupiter.api.Assertions.assertEquals;
|
import static org.junit.jupiter.api.Assertions.assertEquals;
|
||||||
@ -50,7 +49,6 @@ public class SimpleCacheTest {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
@Disabled
|
|
||||||
public void getConcurrencyTest(){
|
public void getConcurrencyTest(){
|
||||||
final SimpleCache<String, String> cache = new SimpleCache<>();
|
final SimpleCache<String, String> cache = new SimpleCache<>();
|
||||||
final ConcurrencyTester tester = new ConcurrencyTester(500);
|
final ConcurrencyTester tester = new ConcurrencyTester(500);
|
||||||
|
Loading…
Reference in New Issue
Block a user