diff --git a/tests/test_volume_neo4j.py b/tests/test_volume_neo4j.py index 4943c25..26c1d30 100644 --- a/tests/test_volume_neo4j.py +++ b/tests/test_volume_neo4j.py @@ -1,4 +1,6 @@ import json +import os +import unittest from ceurws.volume_neo4j import Neo4j,Volume, Editor from ceurws.location import LocationLookup from tests.basetest import Basetest @@ -49,7 +51,8 @@ def test_volume_create_node(self): """ volume_id=self.create_test_volume() self.assertIsNotNone(volume_id) - + + @unittest.skipIf(os.getenv('JENKINS_URL'), "Skipping this test in Jenkins") def test_editor_create_editor_node(self): """ Test the create_editor_node method of the Editor class.