Disable RampUpTest.UpDownUpTransportSequenceNumberPacketLoss on Mac.

Test is flaky.

Failures look like this:

../../call/rampup_tests.cc:379: Failure
Value of: Wait()
  Actual: false
Expected: true

TBR=stefan@webrtc.org
NOTRY=True

Bug: webrtc:7919
Change-Id: I99d468e2af49baf2bd6f6c6aee2c18f99c24bac7
Reviewed-on: https://webrtc-review.googlesource.com/3980
Commit-Queue: Alex Loiko <aleloi@webrtc.org>
Reviewed-by: Alex Loiko <aleloi@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#19991}
This commit is contained in:
Alex Loiko 2017-09-27 11:55:16 +02:00 committed by Commit Bot
parent 29accefbb2
commit 06319b7830

View File

@ -585,7 +585,7 @@ TEST_F(RampUpTest, UpDownUpTransportSequenceNumberRtx) {
// TODO(holmer): Tests which don't report perf stats should be moved to a
// different executable since they per definition are not perf tests.
// Crashes on Linux only, see webrtc:7919.
#if defined(WEBRTC_LINUX)
#if defined(WEBRTC_LINUX) || defined(WEBRTC_MAC)
#define MAYBE_UpDownUpTransportSequenceNumberPacketLoss \
DISABLED_UpDownUpTransportSequenceNumberPacketLoss
#else