We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc48e1f commit 97b6da9Copy full SHA for 97b6da9
1 file changed
test/integration/test_compare_comply_v1.py
@@ -5,7 +5,8 @@
5
from os.path import abspath
6
from unittest import TestCase
7
8
-
+@pytest.mark.skipif(
9
+ os.getenv('VCAP_SERVICES') is None, reason='requires VCAP_SERVICES')
10
class IntegrationTestCompareComplyV1(TestCase):
11
compare_comply = None
12
0 commit comments