diff --git a/.github/workflows/graph-tests.yml b/.github/workflows/graph-tests.yml index 2118a09..954c2e1 100644 --- a/.github/workflows/graph-tests.yml +++ b/.github/workflows/graph-tests.yml @@ -72,7 +72,7 @@ jobs: echo '---------------' /usr/bin/cypher-shell -a bolt://localhost:7687 -u neo4j -p neo4j; - /usr/bin/cypher-shell "MATCH (n) RETURN COUNT(n)"; + #/usr/bin/cypher-shell "MATCH (n) RETURN COUNT(n)"; #python tests/Petagraph_ingestion_test_auto.py