From 869a5a743c62fa1e09e8b3cf233fd92c35572843 Mon Sep 17 00:00:00 2001 From: Wolfgang Fahl Date: Mon, 9 Oct 2023 19:33:20 +0200 Subject: [PATCH] no neo4j tests in jenkins environment --- tests/test_volume_neo4j.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/test_volume_neo4j.py b/tests/test_volume_neo4j.py index 26c1d30..2d0fb76 100644 --- a/tests/test_volume_neo4j.py +++ b/tests/test_volume_neo4j.py @@ -45,6 +45,7 @@ def create_test_volume(self, year: int=2023) -> int: volume_id = volume.create_node(tx) return volume_id + @unittest.skipIf(os.getenv('JENKINS_URL'), "Skipping this test in Jenkins") def test_volume_create_node(self): """ Test the create_node method of the Volume class.