This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/main by this push:
new 05cd3082a1 Clean-up original smoke test
05cd3082a1 is described below
commit 05cd3082a1515d94a8ff32a7c9a23b3f435a2d70
Author: Mark Thomas <[email protected]>
AuthorDate: Thu Aug 28 17:27:53 2025 +0100
Clean-up original smoke test
---
.github/workflows/ci.yml | 8 +-------
1 file changed, 1 insertion(+), 7 deletions(-)
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 7d792603a7..cdd3898c07 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -60,13 +60,7 @@ jobs:
distribution: zulu
- name: Build
run: |
- # Attempt to work-around
https://github.com/actions/runner-images/issues/10924
- # Some unit tests use clustering with multicase - use sudo as root is
not subject to the local network access checks
- if [[ "${{ matrix.os }}" == "macos-latest" ]]; then
- sudo ant -noinput echoproperties deploy embed test-nio test-status
- else
- ant -noinput echoproperties deploy embed test-nio test-status
- fi
+ ant -noinput echoproperties deploy embed test-nio test-status
env:
ANT_OPTS: -Dtest.openssl.exists=false -Dtest.excludePerformance=true
-Dtest.exclude=jakarta/servlet/http/TestHttpServletResponseSendError.java,org/apache/catalina/authenticator/TestFormAuthenticatorA.java,org/apache/catalina/authenticator/TestFormAuthenticatorB.java,org/apache/catalina/authenticator/TestFormAuthenticatorC.java,org/apache/catalina/authenticator/TestSSOnonLoginAndBasicAuthenticator.java,org/apache/catalina/authenticator/TestSSOnonLoginAndDigestAuthenticator.java,or
[...]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]