This is an automated email from the ASF dual-hosted git repository.
sunlan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/groovy.git
The following commit(s) were added to refs/heads/master by this push:
new bed59cb7f7 Disable flaky test case `HttpBuilderSpecTest.testHtmlJsoup`
for now
bed59cb7f7 is described below
commit bed59cb7f7317a59ccaf51614190da6a160137be
Author: Daniel Sun <[email protected]>
AuthorDate: Sun Mar 29 12:28:43 2026 +0900
Disable flaky test case `HttpBuilderSpecTest.testHtmlJsoup` for now
---
.../groovy-http-builder/src/spec/test/HttpBuilderSpecTest.groovy | 2 ++
1 file changed, 2 insertions(+)
diff --git
a/subprojects/groovy-http-builder/src/spec/test/HttpBuilderSpecTest.groovy
b/subprojects/groovy-http-builder/src/spec/test/HttpBuilderSpecTest.groovy
index 0f76340b23..f66f784030 100644
--- a/subprojects/groovy-http-builder/src/spec/test/HttpBuilderSpecTest.groovy
+++ b/subprojects/groovy-http-builder/src/spec/test/HttpBuilderSpecTest.groovy
@@ -19,6 +19,7 @@
import com.sun.net.httpserver.HttpServer
import org.junit.jupiter.api.AfterEach
import org.junit.jupiter.api.BeforeEach
+import org.junit.jupiter.api.Disabled
import org.junit.jupiter.api.Test
import java.nio.charset.StandardCharsets
@@ -186,6 +187,7 @@ class HttpBuilderSpecTest {
"""
}
+ @Disabled("Requires external site and may fail due to 403 error")
@Test
void testHtmlJsoup() {
// Skip on JDKs with TLS fingerprints that trigger Cloudflare bot
detection