mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-07-21 15:09:48 +08:00
ignore test
This commit is contained in:
@@ -143,6 +143,7 @@ public class ImgUtilTest {
|
||||
}
|
||||
|
||||
@Test
|
||||
@Disabled
|
||||
public void getMainColor() throws MalformedURLException {
|
||||
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});
|
||||
|
Reference in New Issue
Block a user