Skip to content

Commit 4a91664

Browse files
committed
.
1 parent b4db1b3 commit 4a91664

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tinkergraph-gremlin/src/test/java/org/apache/tinkerpop/gremlin/tinkergraph/TinkerGraphFeatureTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030

3131
@RunWith(Cucumber.class)
3232
@CucumberOptions(
33-
tags = "not @GraphComputerOnly and not @AllowNullPropertyValues",
33+
tags = "not @GraphComputerOnly and not @AllowNullPropertyValues and not @PoCIgnore",
3434
glue = { "org.apache.tinkerpop.gremlin.features" },
3535
objectFactory = TinkerGraphFeatureTest.TinkerGraphGuiceFactory.class,
3636
features = { "classpath:/org/apache/tinkerpop/gremlin/test/features" },

0 commit comments

Comments
 (0)