garydgregory commented on code in PR #1527:
URL: https://github.com/apache/commons-lang/pull/1527#discussion_r2623011944


##########
src/test/java/org/apache/commons/lang3/math/NumberUtilsTest.java:
##########
@@ -1072,29 +1072,29 @@ void testLang1729IsParsableFloat() {
         assertFalse(isParsableFloat("1 2 3"));
     }
 
-    @Test
-    void testLang1729IsParsableInteger() {
-        assertTrue(isParsableInteger("1"));
-        assertFalse(isParsableInteger("1 2 3"));
-        assertTrue(isParsableInteger("123"));
-        assertFalse(isParsableInteger("1 2 3"));
-    }
+//    @Test
+//    void testLang1729IsParsableInteger() {
+//        assertTrue(isParsableInteger("1"));
+//        assertFalse(isParsableInteger("1 2 3"));
+//        assertTrue(isParsableInteger("123"));
+//        assertFalse(isParsableInteger("1 2 3"));
+//    }
 
-    @Test
-    void testLang1729IsParsableLong() {
-        assertTrue(isParsableLong("1"));
-        assertFalse(isParsableLong("1 2 3"));
-        assertTrue(isParsableLong("123"));
-        assertFalse(isParsableLong("1 2 3"));
-    }
+//    @Test

Review Comment:
   Don't remove tests.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to