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

pgj pushed a commit to branch clouseau-in-ci-containers
in repository https://gitbox.apache.org/repos/asf/couchdb.git

commit df1ce6164d018e0232c2cb3f5ed9f7321c5db002
Author: Gabor Pali <[email protected]>
AuthorDate: Fri Dec 5 19:14:48 2025 +0100

    !drop: disable other tests temporarily
---
 build-aux/Jenkinsfile | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/build-aux/Jenkinsfile b/build-aux/Jenkinsfile
index fe1ecc4d2..f19cf84d5 100644
--- a/build-aux/Jenkinsfile
+++ b/build-aux/Jenkinsfile
@@ -414,13 +414,13 @@ def generateContainerStage(platform) {
                   dir( "${platform}/build" ) {
                     sh "${configure(meta[platform])}"
                     sh 'make'
-                    retry(3) {sh 'make eunit'}
+                    // retry(3) {sh 'make eunit'}
                     if (meta[platform].quickjs_test262) {retry(3) {sh 'make 
quickjs-test262'}}
-                    retry(3) {sh 'make elixir'}
+                    // retry(3) {sh 'make elixir'}
                     retry(3) {sh "${setClouseauJavaHome}timeout 5m make 
elixir-search ERLANG_COOKIE=crumbles"}
                     retry(3) {sh "${setClouseauJavaHome}timeout 5m make 
mango-test ERLANG_COOKIE=crumbles"}
-                    retry(3) {sh 'make weatherreport-test'}
-                    retry(3) {sh 'make nouveau-test'}
+                    // retry(3) {sh 'make weatherreport-test'}
+                    // retry(3) {sh 'make nouveau-test'}
                   }
                 }
                 catch (err) {

Reply via email to