Skip to content

Commit

Permalink
Disable PortSockTest tests that fail on Azure MacOSX
Browse files Browse the repository at this point in the history
These tests pass on our local Jenkins machines, but fail on
Azure MacOSX due to machine issues.

Related: eclipse#6516

Signed-off-by: Babneet Singh <[email protected]>
  • Loading branch information
babsingh committed Dec 22, 2023
1 parent 2067ba1 commit 140925a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 140925a

Please sign in to comment.