Skip to content

Commit

Permalink
no neo4j tests in jenkins environment
Browse files Browse the repository at this point in the history
  • Loading branch information
WolfgangFahl committed Oct 9, 2023
1 parent 6471728 commit 869a5a7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_volume_neo4j.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 869a5a7

Please sign in to comment.