This is an automated email from the ASF dual-hosted git repository.

benw pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tapestry-5.git


The following commit(s) were added to refs/heads/master by this push:
     new 34ffa9f02 core: XMLTokenStreamTest disabled for now
34ffa9f02 is described below

commit 34ffa9f02d6350c848a4949267d3717453aa020b
Author: Ben Weidig <[email protected]>
AuthorDate: Sun Jan 25 12:18:30 2026 +0100

    core: XMLTokenStreamTest disabled for now
    
    The test might fail as it loads an external resource that could be
    rate-limited. As this is not mission-critical for the next release, the
    test is disabled until the underlying issue can be fixed by loading the
    resource locally instead.
---
 .../org/apache/tapestry5/internal/services/XMLTokenStreamTests.java     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/tapestry-core/src/test/java/org/apache/tapestry5/internal/services/XMLTokenStreamTests.java
 
b/tapestry-core/src/test/java/org/apache/tapestry5/internal/services/XMLTokenStreamTests.java
index 82e1627f5..0a036c649 100644
--- 
a/tapestry-core/src/test/java/org/apache/tapestry5/internal/services/XMLTokenStreamTests.java
+++ 
b/tapestry-core/src/test/java/org/apache/tapestry5/internal/services/XMLTokenStreamTests.java
@@ -78,7 +78,7 @@ public class XMLTokenStreamTests
      * binary file is converted to charcters and back before it is parsed. 
      * @throws Exception
      */
-    @Test
+    @Test(enabled = false)
     public void testStreamEncoding() throws Exception
     {
         String oldEncoding=System.getProperty("file.encoding");

Reply via email to