From 2058d52d475cac648c4585d156f5e4b6abfe79bf Mon Sep 17 00:00:00 2001 From: Alex Loiko Date: Mon, 19 Nov 2018 14:51:06 +0100 Subject: [PATCH] Disabling test StunPortTest.TestPrepareAddressHostname on WIN. For real this time. So that it sticks. https://webrtc-review.googlesource.com/c/src/+/111250 TBR=honghaiz@webrtc.org NOTRY=True Bug: webrtc:7309 Change-Id: I8b6f707b4303004bbe66c9de462b784690d3ce2e Reviewed-on: https://webrtc-review.googlesource.com/c/111259 Reviewed-by: Alex Loiko Commit-Queue: Alex Loiko Cr-Commit-Position: refs/heads/master@{#25694} --- p2p/base/stunport_unittest.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/p2p/base/stunport_unittest.cc b/p2p/base/stunport_unittest.cc index b65cbf7ec0..01518a9468 100644 --- a/p2p/base/stunport_unittest.cc +++ b/p2p/base/stunport_unittest.cc @@ -216,7 +216,7 @@ TEST_F(StunPortTest, TestPrepareAddressFail) { // Test that we can get an address from a STUN server specified by a hostname. // Crashes on Linux, see webrtc:7416 -#if defined(WEBRTC_LINUX) || defined(WEBRTC_WINDOWS) +#if defined(WEBRTC_LINUX) || defined(WEBRTC_WIN) #define MAYBE_TestPrepareAddressHostname DISABLED_TestPrepareAddressHostname #else #define MAYBE_TestPrepareAddressHostname TestPrepareAddressHostname