spmallette commented on code in PR #2223:
URL: https://github.com/apache/tinkerpop/pull/2223#discussion_r1317111258
##########
tinkergraph-gremlin/src/test/java/org/apache/tinkerpop/gremlin/tinkergraph/TinkerGraphFeatureTest.java:
##########
@@ -33,7 +33,7 @@
tags = "not @RemoteOnly and not @GraphComputerOnly and not
@AllowNullPropertyValues",
glue = { "org.apache.tinkerpop.gremlin.features" },
objectFactory = TinkerGraphFeatureTest.TinkerGraphGuiceFactory.class,
- features = { "classpath:/org/apache/tinkerpop/gremlin/test/features" },
+ features = {
"classpath:/org/apache/tinkerpop/gremlin/test/features/map/DateDiff.feature" },
Review Comment:
you can control tests being executed with a system variable so that you
don't need to touch this file and see it accidentally committed:
`-Dcucumber.filter.tags="@StepDateDiff"`
--
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]