From 2ee41fed4c24bb9f3e99b6f12d5285956823ce6f Mon Sep 17 00:00:00 2001 From: Alex Loiko Date: Mon, 19 Nov 2018 11:24:43 +0100 Subject: [PATCH] Disabling test StunPortTest.TestPrepareAddressHostname on WIN. Test is flaky. TBR=honghaiz@webrtc.org NOTRY=True Bug: webrtc:7309 Change-Id: I3f9b17e2ca37a2c2a0b9233d50fdb928a645b4ce Reviewed-on: https://webrtc-review.googlesource.com/c/111250 Commit-Queue: Alex Loiko Reviewed-by: Alex Loiko Cr-Commit-Position: refs/heads/master@{#25686} --- 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 727e80a1ef..b65cbf7ec0 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) +#if defined(WEBRTC_LINUX) || defined(WEBRTC_WINDOWS) #define MAYBE_TestPrepareAddressHostname DISABLED_TestPrepareAddressHostname #else #define MAYBE_TestPrepareAddressHostname TestPrepareAddressHostname