summaryrefslogtreecommitdiff
path: root/azure/community_job.yml
diff options
context:
space:
mode:
Diffstat (limited to 'azure/community_job.yml')
-rw-r--r--azure/community_job.yml2
1 files changed, 2 insertions, 0 deletions
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