[java-idp-integration-tests] branch main updated: Remove outdated w3c capability for Sauce Labs browser testing

Tom Zeller tzeller at dragonacea.biz
Fri Dec 29 01:32:54 UTC 2023


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=4b0a786bfae517f8acf37baa4c2ab01e961c9ba5

The following commit(s) were added to refs/heads/main by this push:
     new 4b0a786  Remove outdated w3c capability for Sauce Labs browser testing
4b0a786 is described below

commit 4b0a786bfae517f8acf37baa4c2ab01e961c9ba5
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Thu Dec 28 19:32:10 2023 -0600

    Remove outdated w3c capability for Sauce Labs browser testing
---
 .../java/net/shibboleth/idp/integration/tests/BaseIntegrationTest.java | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/src/test/java/net/shibboleth/idp/integration/tests/BaseIntegrationTest.java b/src/test/java/net/shibboleth/idp/integration/tests/BaseIntegrationTest.java
index 88f1a3b..b2f6f5e 100644
--- a/src/test/java/net/shibboleth/idp/integration/tests/BaseIntegrationTest.java
+++ b/src/test/java/net/shibboleth/idp/integration/tests/BaseIntegrationTest.java
@@ -1622,9 +1622,6 @@ public abstract class BaseIntegrationTest {
     public DesiredCapabilities setUpDesiredCapabilities(@Nullable final BrowserData browserData) {
 
         final DesiredCapabilities desiredCapabilities = new DesiredCapabilities();
-        
-        // name of test displayed on Sauce Labs
-        desiredCapabilities.setCapability("name", testName);
 
         if (browserData != null) {
             // browser name

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


More information about the commits mailing list