Skip to content

Commit 97b6da9

Browse files
committed
test(vcap): check for vcap services
1 parent fc48e1f commit 97b6da9

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

test/integration/test_compare_comply_v1.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
from os.path import abspath
66
from unittest import TestCase
77

8-
8+
@pytest.mark.skipif(
9+
os.getenv('VCAP_SERVICES') is None, reason='requires VCAP_SERVICES')
910
class IntegrationTestCompareComplyV1(TestCase):
1011
compare_comply = None
1112

0 commit comments

Comments
 (0)