mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-04-19 03:01:48 +08:00
ignore test
This commit is contained in:
parent
a7c18e81f6
commit
d9f808b72b
@ -143,6 +143,7 @@ public class ImgUtilTest {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
|
@Disabled
|
||||||
public void getMainColor() throws MalformedURLException {
|
public void getMainColor() throws MalformedURLException {
|
||||||
final BufferedImage read = ImgUtil.read(new URL("https://pic2.zhimg.com/v2-94f5552f2b142ff575306850c5bab65d_b.png"));
|
final BufferedImage read = ImgUtil.read(new URL("https://pic2.zhimg.com/v2-94f5552f2b142ff575306850c5bab65d_b.png"));
|
||||||
final String mainColor = ColorUtil.getMainColor(read, new int[]{64,84,116});
|
final String mainColor = ColorUtil.getMainColor(read, new int[]{64,84,116});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user