We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b44aea8 commit f536d46Copy full SHA for f536d46
test/integration/test_direct_link_provider_v2.py
@@ -26,6 +26,8 @@
26
class TestDirectLinkProviderV2(unittest.TestCase):
27
""" Test class for DirectLink Provider sdk functions """
28
29
+ @unittest.skip("skipping")
30
+
31
def setUp(self):
32
""" test case setup """
33
self.dl_endpoint = os.getenv("DL_SERVICES_SERVICE_URL")
test/integration/test_direct_link_v1.py
@@ -53,6 +53,8 @@
53
class TestDirectLinkV1(unittest.TestCase):
54
""" Test class for DirectLink sdk functions """
55
56
57
58
59
60
self.endpoint = os.getenv("DL_SERVICES_SERVICE_URL")
0 commit comments