We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 205a408 commit 117287fCopy full SHA for 117287f
.travis.yml
@@ -52,7 +52,6 @@ install: composer install --no-interaction
52
before_script: ./dev/travis/before_script.sh
53
script:
54
# Set arguments for variants of phpunit based tests; '|| true' prevents failing script when leading test fails
55
- - test $TEST_SUITE = "static" && TEST_FILTER='--filter "Magento\\Test\\Php\\LiveCodeTest"' || true
56
- test $TEST_SUITE = "functional" && TEST_FILTER='dev/tests/functional/testsuites/Magento/Mtf/TestSuite/InjectableTests.php' || true
57
58
# The scripts for grunt/phpunit type tests
0 commit comments