diff options
author | Remi Collet <remi@remirepo.net> | 2019-11-13 15:24:52 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2019-11-13 15:24:52 +0100 |
commit | 5dd96f4fa0bb191fcdd579af654f7a7d68d595c7 (patch) | |
tree | 2a0c240b6f56360479f0a99c8ec212953d52d3fa | |
parent | e83cb88018a55ccfc737e0bce95ce71518b9a6c9 (diff) |
skip 1 test
-rw-r--r-- | php-doctrine-migrations.spec | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/php-doctrine-migrations.spec b/php-doctrine-migrations.spec index d1b4411..3c57150 100644 --- a/php-doctrine-migrations.spec +++ b/php-doctrine-migrations.spec @@ -226,6 +226,7 @@ EOF # need investigation (migrations directory deleted during test suite?) chmod -w tests/Doctrine/Migrations/Tests/Functional/_files +# testMigrationLifecycleFromCommandLine fails with some symfony versions (4.2) ok with newer (4.3) : Run test suite ret=0 for cmd in php php71 php72 php73 php74; do @@ -233,6 +234,7 @@ for cmd in php php71 php72 php73 php74; do if which $cmd; then TMPDIR=$TMP $cmd %{_bindir}/phpunit7 \ --bootstrap vendor/autoload.php \ + --filter '^((?!(testMigrationLifecycleFromCommandLine)).)*$' \ --verbose || ret=1 rm -rf $TMP fi |