This is an automated email from the ASF dual-hosted git repository. vatamane pushed a commit to branch disable-windows-clouseau-for-now in repository https://gitbox.apache.org/repos/asf/couchdb.git
commit 487744da99dbfb6675c23bb73633ca7b5855f1aa Author: Nick Vatamaniuc <[email protected]> AuthorDate: Thu Dec 4 12:42:13 2025 -0500 Disable windows clouseau tests for now To see if it will unblock the CI We restarted the Windows machine but still getting 2h long runs that time-out. --- build-aux/Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-aux/Jenkinsfile b/build-aux/Jenkinsfile index d834ba2c4..45c4cc2db 100644 --- a/build-aux/Jenkinsfile +++ b/build-aux/Jenkinsfile @@ -214,7 +214,7 @@ meta = [ 'win2022': [ name: 'Windows 2022', spidermonkey_vsn: '128', - with_clouseau: true, + with_clouseau: false, clouseau_java_home: /C:\tools\zulu21.46.19-ca-jdk21.0.9-win_x64/, quickjs_test262: false, node_label: 'win'
