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

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

commit f679634a994d89a6e69dc6b893dd84a731e6bdf6
Author: Cole-Greer <[email protected]>
AuthorDate: Thu Sep 19 13:06:36 2024 -0700

    update server remote computer feature test ignores
---
 .../gremlin/driver/remote/GraphBinaryRemoteComputerFeatureTest.java     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/gremlin-server/src/test/java/org/apache/tinkerpop/gremlin/driver/remote/GraphBinaryRemoteComputerFeatureTest.java
 
b/gremlin-server/src/test/java/org/apache/tinkerpop/gremlin/driver/remote/GraphBinaryRemoteComputerFeatureTest.java
index dd03370c48..73ffe9dc00 100644
--- 
a/gremlin-server/src/test/java/org/apache/tinkerpop/gremlin/driver/remote/GraphBinaryRemoteComputerFeatureTest.java
+++ 
b/gremlin-server/src/test/java/org/apache/tinkerpop/gremlin/driver/remote/GraphBinaryRemoteComputerFeatureTest.java
@@ -30,7 +30,7 @@ import org.junit.runner.RunWith;
 
 @RunWith(Cucumber.class)
 @CucumberOptions(
-        tags = "not @RemoteOnly and not 
@GraphComputerVerificationElementSupported",
+        tags = "not @RemoteOnly and not 
@GraphComputerVerificationElementSupported and not 
@GraphComputerVerificationReferenceOnly",
         glue = { "org.apache.tinkerpop.gremlin.features" },
         objectFactory = 
GraphBinaryRemoteComputerFeatureTest.RemoteGuiceFactory.class,
         features = { "classpath:/org/apache/tinkerpop/gremlin/test/features" },

Reply via email to