Skip to content

Commit

Permalink
Temporarily disable redis tests for D10
Browse files Browse the repository at this point in the history
  • Loading branch information
csandanov committed Nov 11, 2024
1 parent aa9af26 commit 50f22cc
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions tests/10/tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ check_rq "PHP" "${PHP_VERSION}"
check_rq "File system" "Writable"
check_rq "Configuration files" "Protected"

drush en -y \
redis
#drush en -y \
# redis
# \
# purge \
# purge_queuer_coretags \
Expand All @@ -66,10 +66,11 @@ drush en -y \

#drush en -y search_api_solr_admin

# Enable redis
chmod 755 "${PWD}/sites/default/settings.php"
echo "include '${PWD}/sites/default/test.settings.php';" >>"${PWD}/sites/default/settings.php"
check_rq "Redis" "Connected"

# Enable redis
#check_rq "Redis" "Connected"

check_rq "Trusted Host Settings" "Enabled"

Expand Down

0 comments on commit 50f22cc

Please sign in to comment.