haoch commented on a change in pull request #1003: [EAGLE-1068] Upgrade Siddhi
dependency to v5.1.4
URL: https://github.com/apache/eagle/pull/1003#discussion_r327296261
##########
File path:
eagle-core/eagle-common/src/test/java/org/apache/eagle/common/TestDateTimeUtil.java
##########
@@ -49,7 +49,7 @@ public void testRound2() {
cal.set(Calendar.MINUTE, 0);
cal.set(Calendar.SECOND, 0);
cal.set(Calendar.MILLISECOND, 0);
- Assert.assertEquals(tsInHour, cal.getTimeInMillis());
+// Assert.assertEquals(tsInHour, cal.getTimeInMillis());
Review comment:
@grainier Why remove this assertion?
----------------------------------------------------------------
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]
With regards,
Apache Git Services