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:08:24 UTC

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

commit 1b4e43db0336d5cea3f780e37428dd19655a4114
Author: Jason Gerlowski <ge...@apache.org>
AuthorDate: Tue Feb 6 11:08:12 2024 -0500

    Revert "Temporarily disable tests"
    
    This reverts commit 1fb7d127fc064b0bab8435a431d71a44050e654b.
---
 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 be945e567e4..44416eed723 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 -x test')
-    run('./gradlew --no-daemon -Dtests.badapples=false clean check -x test')
+    print('  ./gradlew --no-daemon -Dtests.badapples=false clean check')
+    run('./gradlew --no-daemon -Dtests.badapples=false clean check')
   else:
     print('  skipping precommit check due to dev-mode')