You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by sp...@apache.org on 2021/12/22 16:32:39 UTC

[tinkerpop] 01/01: Temporarily turn off session tests to see if they are the hassle

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

spmallette pushed a commit to branch ci-fix
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git

commit ff7e079159220495663b3815cb6ab5796323fd7a
Author: Stephen Mallette <st...@amazon.com>
AuthorDate: Wed Dec 22 11:32:09 2021 -0500

    Temporarily turn off session tests to see if they are the hassle
---
 .github/workflows/build-test.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml
index ec0b2e3..6e8cfe4 100644
--- a/.github/workflows/build-test.yml
+++ b/.github/workflows/build-test.yml
@@ -43,7 +43,7 @@ jobs:
       - name: Build with Maven
         run: |
           mvn clean install -pl -:gremlin-javascript,-:gremlin-python,-gremlin-dotnet,-:gremlin-dotnet-source,-:gremlin-dotnet-tests -q -DskipTests -Dci
-          mvn verify -pl :gremlin-server -DskipTests -DskipIntegrationTests=false -DincludeNeo4j
+          mvn verify -pl :gremlin-server -DskipTests -DskipIntegrationTests=false -DincludeNeo4j -Dit.test=\!GremlinServerSessionIntegrateTest
   spark-core:
     name: spark core
     timeout-minutes: 45