Skip to content

Commit

Permalink
fix java feature test tag CTR
Browse files Browse the repository at this point in the history
  • Loading branch information
xiazcy committed Jul 16, 2024
1 parent e6e6e9b commit 14ce7be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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" },
Expand Down

0 comments on commit 14ce7be

Please sign in to comment.