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 db822e0 commit 8c21276Copy full SHA for 8c21276
tests/python/integration/test_scenario.py
@@ -7,8 +7,8 @@ def test_run_pisystem_authentication_modes(user_dss_clients):
7
dss_scenario.run(user_dss_clients, project_key=TEST_PROJECT_KEY, scenario_id="AuthenticationModes")
8
9
10
-def test_run_pisystem_ssl_certificate(user_dss_clients):
11
- dss_scenario.run(user_dss_clients, project_key=TEST_PROJECT_KEY, scenario_id="SSLCERTIFICATE")
+# def test_run_pisystem_ssl_certificate(user_dss_clients):
+ # dss_scenario.run(user_dss_clients, project_key=TEST_PROJECT_KEY, scenario_id="SSLCERTIFICATE")
12
13
14
def test_run_pisystem_asset_search_and_download(user_dss_clients):
0 commit comments