]> granicus.if.org Git - php/commitdiff
Restore Laravel test workaround
authorNikita Popov <nikita.ppv@gmail.com>
Sun, 7 Feb 2021 16:34:01 +0000 (17:34 +0100)
committerNikita Popov <nikita.ppv@gmail.com>
Sun, 7 Feb 2021 17:02:19 +0000 (18:02 +0100)
I accidentally dropped this during a merge, making the Laravel
job fail.

azure/community_job.yml

index 6bfbc12af555407002b8f88e3eba14be58614991..a3b2afc47500971e686a4da29eca3e881d398862 100644 (file)
@@ -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