You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@solr.apache.org by ge...@apache.org on 2024/02/02 20:15:04 UTC

(solr) branch branch_9_5 updated: Temporarily disable tests

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

gerlowskija pushed a commit to branch branch_9_5
in repository https://gitbox.apache.org/repos/asf/solr.git


The following commit(s) were added to refs/heads/branch_9_5 by this push:
     new 1fb7d127fc0 Temporarily disable tests
1fb7d127fc0 is described below

commit 1fb7d127fc064b0bab8435a431d71a44050e654b
Author: Jason Gerlowski <ge...@apache.org>
AuthorDate: Fri Feb 2 15:13:59 2024 -0500

    Temporarily disable tests
    
    Having trouble getting the gpg signing to work and running the tests
    each time I try something different on the gpg front is a real pain.
    
    Making a temporary change here to speed up iteration.
---
 dev-tools/scripts/buildAndPushRelease.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-tools/scripts/buildAndPushRelease.py b/dev-tools/scripts/buildAndPushRelease.py
index 44416eed723..be945e567e4 100755
--- a/dev-tools/scripts/buildAndPushRelease.py
+++ b/dev-tools/scripts/buildAndPushRelease.py
@@ -112,8 +112,8 @@ def prepare(root, version, pause_before_sign, mf_username, gpg_key_id, gpg_passw
   checkDOAPfiles(version)
 
   if not dev_mode:
-    print('  ./gradlew --no-daemon -Dtests.badapples=false clean check')
-    run('./gradlew --no-daemon -Dtests.badapples=false clean check')
+    print('  ./gradlew --no-daemon -Dtests.badapples=false clean check -x test')
+    run('./gradlew --no-daemon -Dtests.badapples=false clean check -x test')
   else:
     print('  skipping precommit check due to dev-mode')