Skip to content

Commit 6eee8a0

Browse files
colinmollenhourtmotyl
authored andcommitted
Disable mtf troubleshooting:check-all command as it appears to only fork for Magento 2
1 parent 50b837e commit 6eee8a0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dev/travis/before_script.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ case $TEST_SUITE in
3333
sed -e "s?127.0.0.1?${MAGENTO_HOST_NAME}?g" --in-place ./phpunit.xml
3434
sed -e "s?basic?travis_acceptance?g" --in-place ./phpunit.xml
3535
cd ./utils
36-
php -f mtf troubleshooting:check-all
36+
#php -f mtf troubleshooting:check-all
3737

3838
cd ../../..
3939
;;
40-
esac
40+
esac

0 commit comments

Comments
 (0)