This is an automated email from the ASF dual-hosted git repository.

xiazcy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git


The following commit(s) were added to refs/heads/master by this push:
     new 14ce7be463 fix java feature test tag CTR
14ce7be463 is described below

commit 14ce7be463d1d3e3d5af38f5ac054d0a357e2cb0
Author: Yang Xia <[email protected]>
AuthorDate: Tue Jul 16 16:18:38 2024 -0700

    fix java feature test tag CTR
---
 .../org/apache/tinkerpop/gremlin/test/features/map/Select.feature      | 2 +-
 .../apache/tinkerpop/gremlin/tinkergraph/TinkerGraphFeatureTest.java   | 3 +--
 2 files changed, 2 insertions(+), 3 deletions(-)

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 c3a87eabe1..8f5b25c925 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 ab6fe656d8..8f03a7e991 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 @@ import org.junit.runner.RunWith;
 
 @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" },

Reply via email to