mirror of
https://github.com/mollyim/webrtc.git
synced 2025-05-20 09:07:52 +01:00
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 <aleloi@webrtc.org> Reviewed-by: Alex Loiko <aleloi@webrtc.org> Cr-Commit-Position: refs/heads/master@{#25686}
This commit is contained in:
parent
95adedb9c2
commit
2ee41fed4c
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue