From d569d184b8d25c118f8f8550b7e367129e8ca20d Mon Sep 17 00:00:00 2001 From: Mike Kruskal <62662355+mkruskal-google@users.noreply.github.com> Date: Wed, 6 Jul 2022 10:40:57 -0700 Subject: [PATCH] Disabling broken mac php tests (#10219) --- kokoro/macos/php7.0_mac/build.sh | 3 ++- kokoro/macos/php7.3_mac/build.sh | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/kokoro/macos/php7.0_mac/build.sh b/kokoro/macos/php7.0_mac/build.sh index e5a37e30ee..c6717e071b 100755 --- a/kokoro/macos/php7.0_mac/build.sh +++ b/kokoro/macos/php7.0_mac/build.sh @@ -8,4 +8,5 @@ cd $(dirname $0)/../../.. # Prepare worker environment to run tests source kokoro/macos/prepare_build_macos_rc -./tests.sh php7.0_mac +# TODO(mkruskal) Re-enable this once we can get a working PHP 7.0 installed. +#./tests.sh php7.0_mac diff --git a/kokoro/macos/php7.3_mac/build.sh b/kokoro/macos/php7.3_mac/build.sh index 2d2f679da2..2688ddbf65 100755 --- a/kokoro/macos/php7.3_mac/build.sh +++ b/kokoro/macos/php7.3_mac/build.sh @@ -8,4 +8,5 @@ cd $(dirname $0)/../../.. # Prepare worker environment to run tests source kokoro/macos/prepare_build_macos_rc -./tests.sh php7.3_mac +# TODO(mkruskal) Re-enable this once we can get a working PHP 7.0 installed. +#./tests.sh php7.3_mac