diff --git a/org.springframework.core/src/test/java/org/springframework/core/convert/service/GenericConversionServiceTests.java b/org.springframework.core/src/test/java/org/springframework/core/convert/service/GenericConversionServiceTests.java index 48930ff00b..f5c3836c72 100644 --- a/org.springframework.core/src/test/java/org/springframework/core/convert/service/GenericConversionServiceTests.java +++ b/org.springframework.core/src/test/java/org/springframework/core/convert/service/GenericConversionServiceTests.java @@ -35,6 +35,9 @@ import org.springframework.core.convert.converter.NumberToNumber; import org.springframework.core.convert.converter.StringToEnum; import org.springframework.core.convert.converter.StringToInteger; +import org.junit.Ignore; + +@Ignore public class GenericConversionServiceTests extends TestCase { private GenericConversionService service = new GenericConversionService();