Skip to content

Commit e2c30c6

Browse files
committed
Restore Laravel test workaround
I accidentally dropped this during a merge, making the Laravel job fail.
1 parent 5e06dad commit e2c30c6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

azure/community_job.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@ jobs:
5252
git clone https://github.com/laravel/framework.git --branch=master --depth=1
5353
cd framework
5454
php7.4 /usr/bin/composer install --no-progress
55+
# Hack to disable a test that hangs on azure
56+
sed -i 's/PHP_OS/"Darwin"/' tests/Filesystem/FilesystemTest.php
5557
export USE_ZEND_ALLOC=0
5658
export ASAN_OPTIONS=exitcode=139
5759
php vendor/bin/phpunit

0 commit comments

Comments
 (0)