[ticket/14948] Allow failures on PHP 7.3 until segfault is resolved

PHPUnit still runs into segfaults on PHP 7.3.0. Let this test fail for now.

PHPBB3-14948
This commit is contained in:
Marc Alexander 2018-12-30 20:59:46 +01:00
parent f3cfe6b164
commit 6b7ab5b794
No known key found for this signature in database
GPG key ID: 50E0D2423696F995

View file

@ -24,6 +24,7 @@ matrix:
- php: nightly
env: DB=mysqli
allow_failures:
- php: 7.3
- php: nightly
fast_finish: true