From c5dcc3b7d5c2983116eb1ef2849f6abd09160e77 Mon Sep 17 00:00:00 2001 From: Chris Evich Date: Fri, 17 Sep 2021 15:40:01 -0400 Subject: [PATCH] Cirrus: Disable OSX task Release-branches infrequently change, but the OSX VM images constantly change. Disable this test to avoid encountering flakes. Signed-off-by: Chris Evich --- .cirrus.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.cirrus.yml b/.cirrus.yml index b06d03d4..de135a74 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -65,6 +65,7 @@ validate_task: cross_task: + only_if: 1 == 0 macos_instance: image: catalina-xcode setup_script: |