[java-idp-integration-tests] branch main updated: Run passive consent tests on Linux only

Codeberg noreply at shibboleth.net
Sun Nov 16 14:59:48 UTC 2025


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

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

View the commit online:
https://codeberg.org/Shibboleth/java-idp-integration-tests/commit/12e04106164af89eabaaf32ebcaade7111721a27

The following commit(s) were added to refs/heads/main by this push:
     new 12e0410  Run passive consent tests on Linux only
12e0410 is described below

commit 12e04106164af89eabaaf32ebcaade7111721a27
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Sun Nov 16 08:59:24 2025 -0600

    Run passive consent tests on Linux only
    
    Since requires Docker
---
 .../shibboleth/idp/integration/tests/consent/PassiveConsentTest.java   | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/test/java/net/shibboleth/idp/integration/tests/consent/PassiveConsentTest.java b/src/test/java/net/shibboleth/idp/integration/tests/consent/PassiveConsentTest.java
index e1266f8..00e33b0 100644
--- a/src/test/java/net/shibboleth/idp/integration/tests/consent/PassiveConsentTest.java
+++ b/src/test/java/net/shibboleth/idp/integration/tests/consent/PassiveConsentTest.java
@@ -29,6 +29,7 @@ import org.testng.annotations.BeforeClass;
 import org.testng.annotations.Test;
 
 import net.shibboleth.idp.integration.tests.saml2.AbstractSAML2IntegrationTest;
+import net.shibboleth.idp.integration.tests.util.testng.annotation.LinuxOnly;
 import net.shibboleth.shared.component.ComponentInitializationException;
 import net.shibboleth.shared.net.URISupport;
 
@@ -52,6 +53,7 @@ public class PassiveConsentTest extends AbstractSAML2IntegrationTest {
     }
 
     @Test
+    @LinuxOnly
     /**
      * Test consent with isPassive=true and global consent allowed (the default).
      * 
@@ -110,6 +112,7 @@ public class PassiveConsentTest extends AbstractSAML2IntegrationTest {
     }
 
     @Test(enabled = false)
+    @LinuxOnly
     /**
      * Test consent with isPassive=true and global consent not allowed.
      * 

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


More information about the commits mailing list