From 6d15c03d2f33be99453dac3d30745afef07ccdde Mon Sep 17 00:00:00 2001 From: Jakub Rusz Date: Thu, 30 Jun 2022 15:47:42 +0200 Subject: [PATCH] tools/generic_s3: remove unused condition This is a copypaste from other tests. Test can be ran on nightlies and is passing. --- tools/generic_s3_test.sh | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/tools/generic_s3_test.sh b/tools/generic_s3_test.sh index 3d51b88dc..0dbd0da2c 100755 --- a/tools/generic_s3_test.sh +++ b/tools/generic_s3_test.sh @@ -19,17 +19,6 @@ if [ -n "${CERTS_DIR}" ]; then fi fi -if [ "${NIGHTLY:=false}" == "true" ]; then - case "${ID}-${VERSION_ID}" in - "rhel-8.6" | "rhel-9.0") - echo "$0 is not enabled for ${ID}-${VERSION_ID} skipping..." - exit 0 - ;; - *) - ;; - esac -fi - set -euo pipefail # Container images for MinIO Server