Disable flaky RelayServerTest.TestExpiration on all platforms.

BUG=4134
TBR=pthatcher

Review URL: https://webrtc-codereview.appspot.com/37529004

git-svn-id: http://webrtc.googlecode.com/svn/trunk@8001 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
andrew@webrtc.org 2015-01-05 23:56:19 +00:00
parent fb7a039e9d
commit 4796cb93dc

View File

@ -486,14 +486,9 @@ TEST_F(RelayServerTest, TestSendRaw) {
}
}
// Flaky on Mac, see https://code.google.com/p/webrtc/issues/detail?id=4134
#if defined(WEBRTC_MAC)
#define MAYBE_TestExpiration DISABLED_TestExpiration
#else
#define MAYBE_TestExpiration TestExpiration
#endif
// Verify that a binding expires properly, and rejects send requests.
TEST_F(RelayServerTest, MAYBE_TestExpiration) {
// Flaky, see https://code.google.com/p/webrtc/issues/detail?id=4134
TEST_F(RelayServerTest, DISABLED_TestExpiration) {
Allocate();
Bind();