From e2c30c6a2ee4968b546e08eb19cb5f483c4c8088 Mon Sep 17 00:00:00 2001 From: Nikita Popov Date: Sun, 7 Feb 2021 17:34:01 +0100 Subject: Restore Laravel test workaround I accidentally dropped this during a merge, making the Laravel job fail. --- azure/community_job.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/azure/community_job.yml b/azure/community_job.yml index 6bfbc12af5..a3b2afc475 100644 --- a/azure/community_job.yml +++ b/azure/community_job.yml @@ -52,6 +52,8 @@ jobs: git clone https://github.com/laravel/framework.git --branch=master --depth=1 cd framework php7.4 /usr/bin/composer install --no-progress + # Hack to disable a test that hangs on azure + sed -i 's/PHP_OS/"Darwin"/' tests/Filesystem/FilesystemTest.php export USE_ZEND_ALLOC=0 export ASAN_OPTIONS=exitcode=139 php vendor/bin/phpunit -- cgit v1.2.1