This is an automated email from the ASF dual-hosted git repository. ronny pushed a commit to branch dev/exclude-more-win-tests in repository https://gitbox.apache.org/repos/asf/couchdb-glazier.git
commit ddaf895b365c4fa6c0a99f281a2fb793a82520f5 Author: Ronny Berndt <[email protected]> AuthorDate: Sat Jan 24 17:32:27 2026 +0100 Update exclusion list for Windows test script Added additional test files to the exclusion list for Windows. --- bin/exclude_tests_win.ps1 | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/bin/exclude_tests_win.ps1 b/bin/exclude_tests_win.ps1 index 98aa377..5d14b63 100644 --- a/bin/exclude_tests_win.ps1 +++ b/bin/exclude_tests_win.ps1 @@ -44,7 +44,10 @@ $excludeTests = @( "src\chttpd\test\eunit\chttpd_dbs_info_test.erl", "src\chttpd\test\eunit\chttpd_security_tests.erl", "src\chttpd\test\eunit\chttpd_socket_buffer_size_test.erl", - "src\chttpd\test\eunit\chttpd_bulk_get_test.erl" + "src\chttpd\test\eunit\chttpd_bulk_get_test.erl", + "src\chttpd\test\eunit\chttpd_db_attachment_size_tests.erl", + "src\mem3\test\eunit\mem3_reshard_api_test.erl", + "test\elixir\test\users_db_security_test.exs" ) function renameFile ([string]$file, [bool]$exclude = $true) {
