diff --git a/gremlin-test/src/main/resources/org/apache/tinkerpop/gremlin/test/features/map/Select.feature b/gremlin-test/src/main/resources/org/apache/tinkerpop/gremlin/test/features/map/Select.feature index c3a87eabe1b..8f5b25c9251 100644 --- a/gremlin-test/src/main/resources/org/apache/tinkerpop/gremlin/test/features/map/Select.feature +++ b/gremlin-test/src/main/resources/org/apache/tinkerpop/gremlin/test/features/map/Select.feature @@ -901,7 +901,7 @@ Feature: Step - select() | m[{"a":["a1","b1","a1"]}] | | m[{"a":["a2","b2","a2"]}] | | m[{"a":["a3","b3","a3"]}] | -@TestTag + @StepClassIntegrated Scenario: g_withoutStrategiesXLazyBarrierStrategyX_V_asXlabelX_aggregateXlocal_xX_selectXxX_selectXlabelX Given the modern graph diff --git a/tinkergraph-gremlin/src/test/java/org/apache/tinkerpop/gremlin/tinkergraph/TinkerGraphFeatureTest.java b/tinkergraph-gremlin/src/test/java/org/apache/tinkerpop/gremlin/tinkergraph/TinkerGraphFeatureTest.java index ab6fe656d8e..8f03a7e9910 100644 --- a/tinkergraph-gremlin/src/test/java/org/apache/tinkerpop/gremlin/tinkergraph/TinkerGraphFeatureTest.java +++ b/tinkergraph-gremlin/src/test/java/org/apache/tinkerpop/gremlin/tinkergraph/TinkerGraphFeatureTest.java @@ -30,8 +30,7 @@ @RunWith(Cucumber.class) @CucumberOptions( - tags = "@TestTag", -// tags = "not @RemoteOnly and not @GraphComputerOnly and not @AllowNullPropertyValues", + 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" },