This is an automated email from the ASF dual-hosted git repository. spmallette pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tinkerpop.git
commit 15d79e6b16970a91702ea7bd3597223cfa96f35e Author: Stephen Mallette <[email protected]> AuthorDate: Mon Oct 11 14:06:14 2021 -0400 Added annotation to prevent runs on GraphComputer for inject() CTR --- gremlin-test/features/filter/CyclicPath.feature | 1 + gremlin-test/features/filter/SimplePath.feature | 1 + 2 files changed, 2 insertions(+) diff --git a/gremlin-test/features/filter/CyclicPath.feature b/gremlin-test/features/filter/CyclicPath.feature index 8d609a1..2de63ef 100644 --- a/gremlin-test/features/filter/CyclicPath.feature +++ b/gremlin-test/features/filter/CyclicPath.feature @@ -52,6 +52,7 @@ Feature: Step - cyclicPath() When iterated to list Then the result should be empty + @GraphComputerVerificationInjectionNotSupported Scenario: g_injectX0X_V_both_coalesceXhasXname_markoX_both_constantX0XX_cyclicPath_path Given the modern graph And the traversal of diff --git a/gremlin-test/features/filter/SimplePath.feature b/gremlin-test/features/filter/SimplePath.feature index eb37285..0020651 100644 --- a/gremlin-test/features/filter/SimplePath.feature +++ b/gremlin-test/features/filter/SimplePath.feature @@ -72,6 +72,7 @@ Feature: Step - simplePath() | p[marko,josh,ripple] | | p[marko,josh,lop] | + @GraphComputerVerificationInjectionNotSupported Scenario: g_injectX0X_V_both_coalesceXhasXname_markoX_both_constantX0XX_simplePath_path Given the modern graph And the traversal of
