Skip to content

Commit 50bbb87

Browse files
committed
Adding skip test to the directlink provider
1 parent f5c26f4 commit 50bbb87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/test_direct_link_provider_v2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@
2424
raise unittest.SkipTest('no dl.env file loaded, skipping...')
2525

2626
class TestDirectLinkProviderV2(unittest.TestCase):
27-
unittest.SkipTest('skipping...')
2827
""" Test class for DirectLink Provider sdk functions """
2928

29+
@unittest.skip('skipping...')
3030
def setUp(self):
3131
""" test case setup """
3232
self.dl_endpoint = os.getenv("DL_SERVICES_SERVICE_URL")

0 commit comments

Comments
 (0)