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 41cc8b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ jobs:
displayName: 'Print cache stats'
- script: |
ctest -V -j$NUMBER_OF_PROCESSORS
ctest -V -j$NUMBER_OF_PROCESSORS -E poll_functionality_basic -E poll_functionality_many_sockets
displayName: 'Test'
workingDirectory: 'build'
Expand Down

0 comments on commit 41cc8b4

Please sign in to comment.