We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4db1b3 commit 4a91664Copy full SHA for 4a91664
tinkergraph-gremlin/src/test/java/org/apache/tinkerpop/gremlin/tinkergraph/TinkerGraphFeatureTest.java
@@ -30,7 +30,7 @@
30
31
@RunWith(Cucumber.class)
32
@CucumberOptions(
33
- tags = "not @GraphComputerOnly and not @AllowNullPropertyValues",
+ tags = "not @GraphComputerOnly and not @AllowNullPropertyValues and not @PoCIgnore",
34
glue = { "org.apache.tinkerpop.gremlin.features" },
35
objectFactory = TinkerGraphFeatureTest.TinkerGraphGuiceFactory.class,
36
features = { "classpath:/org/apache/tinkerpop/gremlin/test/features" },
0 commit comments