Skip to content

Commit cfb7814

Browse files
committed
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: eclipse-omr#6516 Signed-off-by: Babneet Singh <[email protected]>
1 parent 2067ba1 commit cfb7814

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

azure-pipelines.yml

+1
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,7 @@ jobs:
196196
vmImage: 'macOS-latest'
197197
variables:
198198
CCACHE_DIR: $(Pipeline.Workspace)/ccache
199+
GTEST_FILTER: -*.poll_functionality_basic:*poll_functionality_many_sockets
199200
steps:
200201
- script: |
201202
brew install ccache

0 commit comments

Comments
 (0)