From cfb78142f44b707f5df232a1ab6502aa286cc7c0 Mon Sep 17 00:00:00 2001 From: Babneet Singh Date: Fri, 22 Dec 2023 09:43:48 -0500 Subject: [PATCH] Disable PortSockTest tests that fail on Azure MacOSX These tests pass on the Jenkins MacOSX machines, but intermittently fail on Azure MacOSX due to machine/network issues. Related: #6516 Signed-off-by: Babneet Singh --- azure-pipelines.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index e1bdf1b76de..6dadc859812 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -196,6 +196,7 @@ jobs: vmImage: 'macOS-latest' variables: CCACHE_DIR: $(Pipeline.Workspace)/ccache + GTEST_FILTER: -*.poll_functionality_basic:*poll_functionality_many_sockets steps: - script: | brew install ccache