Skip to content
This repository was archived by the owner on Feb 13, 2023. It is now read-only.

Commit a6683f5

Browse files
committed
Remove xhprof integration test so that the defaults are always tested
1 parent fea7379 commit a6683f5

File tree

2 files changed

+0
-17
lines changed

2 files changed

+0
-17
lines changed

.travis.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -108,14 +108,6 @@ script:
108108
|| (echo 'Pimp my Log install fail' && exit 1)
109109
fi
110110
111-
- >
112-
if [ $TEST_INSTALLED_EXTRAS = true ]; then
113-
docker exec ${container_id} curl -s --header Host:xhprof.${HOSTNAME} localhost
114-
| grep -q '<title>XHProf'
115-
&& (echo 'XHProf install pass' && exit 0)
116-
|| (echo 'XHProf install fail' && exit 1)
117-
fi
118-
119111
- >
120112
if [ $TEST_INSTALLED_EXTRAS = true ]; then
121113
docker exec ${container_id} curl -s localhost:8025

tests/config.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,3 @@ composer_home_path: "/{{ drupalvm_user }}/.composer"
44

55
# Don't run the 'disable ufw firewall' task in tests.
66
drupalvm_disable_ufw_firewall: false
7-
8-
# Install extra utilities to test.
9-
installed_extras:
10-
- adminer
11-
- drupalconsole
12-
- mailhog
13-
- pimpmylog
14-
- varnish
15-
- xhprof

0 commit comments

Comments
 (0)