[java-idp-integration-tests] branch main updated: Add delay to passive consent test

Codeberg noreply at shibboleth.net
Sat Nov 15 13:56:36 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/f41c7a26414ebc2e98273866d805447f4c02fe17

The following commit(s) were added to refs/heads/main by this push:
     new f41c7a2  Add delay to passive consent test
f41c7a2 is described below

commit f41c7a26414ebc2e98273866d805447f4c02fe17
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Sat Nov 15 07:56:15 2025 -0600

    Add delay to passive consent test
    
    Test passes locally and independently but not on EC2
---
 .../shibboleth/idp/integration/tests/consent/PassiveConsentTest.java  | 4 ++++
 1 file changed, 4 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 ef8a070..e1266f8 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
@@ -96,8 +96,12 @@ public class PassiveConsentTest extends AbstractSAML2IntegrationTest {
 
         // start flow again with isPassive=true
 
+        sleep(1000);
+
         driver.get(startFlowURL + "&isPassive=true");
 
+        sleep(1000);
+
         // should see NoPassive error
 
         waitForPageBodyContains("Status: urn:oasis:names:tc:SAML:2.0:status:Requester");

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


More information about the commits mailing list