This is an automated email from the ASF dual-hosted git repository. benw pushed a commit to branch javax in repository https://gitbox.apache.org/repos/asf/tapestry-5.git
commit 5685acc552478178bbcb042b822dab3599803b93 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");
