File tree 2 files changed +4
-4
lines changed 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -297,9 +297,9 @@ TEST_F(Dhcp4SrvD2Test, simpleUDPSend) {
297
297
// being suspended. This indicates that Dhcp4Srv's error handler has been
298
298
// invoked as expected. Note that this unit test relies on an attempt to send
299
299
// to a server address of 0.0.0.0 port 0 fails, which it does under all OSes
300
- // except Solaris 11.
300
+ // except Solaris 11 and macOS 15.0 .
301
301
// / @todo Eventually we should find a way to test this under Solaris.
302
- #ifndef OS_SOLARIS
302
+ #if (!defined( OS_SOLARIS) && !defined(OS_OSX))
303
303
TEST_F (Dhcp4SrvD2Test, forceUDPSendFailure) {
304
304
#else
305
305
TEST_F (Dhcp4SrvD2Test, DISABLED_forceUDPSendFailure) {
Original file line number Diff line number Diff line change @@ -301,9 +301,9 @@ TEST_F(Dhcp6SrvD2Test, simpleUDPSend) {
301
301
// being suspended. This indicates that Dhcp6Srv's error handler has been
302
302
// invoked as expected. Note that this unit test relies on an attempt to send
303
303
// to a server address of 0.0.0.0 port 0 fails, which it does under all OSs
304
- // except Solaris 11.
304
+ // except Solaris 11 and macOS 15.0 .
305
305
// / @todo Eventually we should find a way to test this under Solaris.
306
- #ifndef OS_SOLARIS
306
+ #if (!defined( OS_SOLARIS) && !defined(OS_OSX))
307
307
TEST_F (Dhcp6SrvD2Test, forceUDPSendFailure) {
308
308
#else
309
309
TEST_F (Dhcp6SrvD2Test, DISABLED_forceUDPSendFailure) {
You can’t perform that action at this time.
0 commit comments