Cole-Greer commented on code in PR #3211:
URL: https://github.com/apache/tinkerpop/pull/3211#discussion_r2392575143
##########
gremlin-core/src/test/java/org/apache/tinkerpop/gremlin/process/traversal/step/map/DateAddStepTest.java:
##########
@@ -131,7 +132,7 @@ public void shouldAddSecondsForDateCompatibility() {
assertEquals(expected, __.__(now).dateAdd(DT.second, 15).next());
}
- @Test
+ @Test @Ignore("need to restruture to account for day light saving changes")
Review Comment:
Looks like my fix is already picked up here
```
final Calendar cal = Calendar.getInstance(TimeZone.getTimeZone("UTC"));
```
I would expect you can drop this ignore and it should pass now.
--
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]