summaryrefslogtreecommitdiff
path: root/azure
diff options
context:
space:
mode:
authorNikita Popov <nikita.ppv@gmail.com>2021-02-07 17:34:01 +0100
committerNikita Popov <nikita.ppv@gmail.com>2021-02-07 18:02:19 +0100
commite2c30c6a2ee4968b546e08eb19cb5f483c4c8088 (patch)
tree9829a599d46f8b14270a4800dbe78abbf1ceab95 /azure
parent5e06dad411d895c6605115bd4ef4c86f3b2a0041 (diff)
downloadphp-git-e2c30c6a2ee4968b546e08eb19cb5f483c4c8088.tar.gz
Restore Laravel test workaround
I accidentally dropped this during a merge, making the Laravel job fail.
Diffstat (limited to 'azure')
-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