Skip to content

Commit

Permalink
Temporarily disable redis tests
Browse files Browse the repository at this point in the history
  • Loading branch information
csandanov committed Nov 11, 2024
1 parent faf055e commit 74dddc2
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions tests/11/tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,21 +50,21 @@ check_rq "PHP" "${PHP_VERSION}"
check_rq "File system" "Writable"
check_rq "Configuration files" "Protected"

drush en -y \
redis
# \
# purge \
# purge_queuer_coretags \
# purge_drush \
# varnish_purger \
# varnish_purge_tags
#drush en -y \
# redis
## \
## purge \
## purge_queuer_coretags \
## purge_drush \
## varnish_purger \
## varnish_purge_tags

#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
#chmod 755 "${PWD}/sites/default/settings.php"
#echo "include '${PWD}/sites/default/test.settings.php';" >>"${PWD}/sites/default/settings.php"
#check_rq "Redis" "Connected"

check_rq "Trusted Host Settings" "Enabled"

Expand Down

0 comments on commit 74dddc2

Please sign in to comment.