This commit is contained in:
Looly 2023-06-17 01:14:29 +08:00
parent ce04de3422
commit 45879c3f7a

View File

@ -1,6 +1,7 @@
package cn.hutool.core.bean;
import org.junit.Assert;
import org.junit.Ignore;
import org.junit.Test;
/**
@ -67,6 +68,7 @@ public class BeanDescTest {
}
@Test
@Ignore
public void propDescOfBooleanTest3() {
BeanDesc desc = BeanUtil.getBeanDesc(User.class);