Skip to content

Commit 0b398ec

Browse files
committed
igore test
1 parent 128540a commit 0b398ec

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

hutool-bloomFilter/src/test/java/cn/hutool/bloomfilter/BitMapBloomFilterTest.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
package cn.hutool.bloomfilter;
22

33
import org.junit.Assert;
4+
import org.junit.Ignore;
45
import org.junit.Test;
56

67
import cn.hutool.bloomfilter.bitMap.IntMap;
@@ -21,6 +22,7 @@ public void filterTest() {
2122
}
2223

2324
@Test
25+
@Ignore
2426
public void testIntMap(){
2527
IntMap intMap = new IntMap();
2628

0 commit comments

Comments
 (0)