percyashu commented on a change in pull request #830:
URL: https://github.com/apache/fineract/pull/830#discussion_r426582785



##########
File path: 
fineract-provider/src/integrationTest/java/org/apache/fineract/integrationtests/StaffTest.java
##########
@@ -183,13 +185,15 @@ public void testStaffUpdate() {
         Assert.assertEquals(mobileNo, changes.get("mobileNo"));
     }
 
+    @SuppressWarnings("JUnit4TestNotRun")
     public void testStaffUpdateLongExternalIdError() {
         final HashMap<String, Object> map = new HashMap<>();
         map.put("externalId", Utils.randomStringGenerator("EXT", 98));
 
         StaffHelper.updateStaff(requestSpec, responseSpecForValidationError, 
1, map);
     }

Review comment:
       @vorburger or @awasum this looks like a test any idea why they are 
missing @Test.




----------------------------------------------------------------
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.

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


Reply via email to