zabetak commented on a change in pull request #1375: 
[CALCITE-3140][CALCITE-3141] Failures in slow tests & CI
URL: https://github.com/apache/calcite/pull/1375#discussion_r313796132
 
 

 ##########
 File path: 
core/src/test/java/org/apache/calcite/sql/test/SqlOperatorBaseTest.java
 ##########
 @@ -5829,7 +5860,17 @@ private void checkNullOperand(SqlTester tester, String 
op) {
     pair.right.close();
   }
 
-  @Test public void testLocalTimestampFunc() {
+  @Test
+  @Category(SlowTests.class)
+  public void testLocalTimestampFuncWithCurrentTime() {
 
 Review comment:
   Yes @Test should be; I fixed it, thanks! Now if there are multiple 
annotations I think it might become difficult to read.

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

Reply via email to