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/06 16:47:00 UTC

(solr) branch branch_9_5 updated: Revert "Revert "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 b03df01e89e Revert "Revert "Temporarily disable tests""
b03df01e89e is described below

commit b03df01e89e64bc897a6be93de00af9ded2ee99b
Author: Jason Gerlowski <ge...@apache.org>
AuthorDate: Tue Feb 6 11:46:20 2024 -0500

    Revert "Revert "Temporarily disable tests""
    
    This reverts commit 1b4e43db0336d5cea3f780e37428dd19655a4114.
    
    Having more gpg issues and want to iterate more quickly.
---
 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')