[java-idp-integration-tests] branch main updated: Accept insecure certs when using Sauce Labs browsers

Tom Zeller tzeller at dragonacea.biz
Tue Jun 8 20:58:04 UTC 2021


This is an automated email from the git hooks/post-receive script.

tzeller pushed a commit to branch main
in repository java-idp-integration-tests.

View the commit online:
http://git.shibboleth.net/view/?p=java-idp-integration-tests.git;a=commit;h=e1c15cc5866541187efc20e01683c9f934002de7

The following commit(s) were added to refs/heads/main by this push:
       new  e1c15cc   Accept insecure certs when using Sauce Labs browsers
e1c15cc is described below

commit e1c15cc5866541187efc20e01683c9f934002de7
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Tue Jun 8 15:57:25 2021 -0500

    Accept insecure certs when using Sauce Labs browsers
---
 src/test/java/net/shibboleth/idp/test/BaseIntegrationTest.java | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/test/java/net/shibboleth/idp/test/BaseIntegrationTest.java b/src/test/java/net/shibboleth/idp/test/BaseIntegrationTest.java
index 1c671db..5fbada8 100644
--- a/src/test/java/net/shibboleth/idp/test/BaseIntegrationTest.java
+++ b/src/test/java/net/shibboleth/idp/test/BaseIntegrationTest.java
@@ -1430,6 +1430,8 @@ public abstract class BaseIntegrationTest
             desiredCapabilities.merge(overrideCapabilities);
         }
 
+        desiredCapabilities.setAcceptInsecureCerts(true);
+
         log.debug("Desired capabilities '{}'", desiredCapabilities);
     }
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list