spmallette commented on a change in pull request #1574:
URL: https://github.com/apache/tinkerpop/pull/1574#discussion_r821626547



##########
File path: 
hadoop-gremlin/src/test/java/org/apache/tinkerpop/gremlin/hadoop/HadoopGraphFeatureIntegrateTest.java
##########
@@ -75,6 +77,9 @@
         
add(Pair.with("g_V_matchXa_followedBy_count_isXgtX10XX_b__a_0followedBy_count_isXgtX10XX_bX_count",
 skipReasonLength));
     }};
 
+    private static final List<String> TAGS_TO_IGNORE = Arrays.asList(

Review comment:
       do we need to define it this way? any reason to not just add this tag to 
the `CucumberOptions` annotation above? seems we have a similar thing in 
`SparkGraphFeatureIntegrateTest` but i don't remember why we do it that way....




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


Reply via email to