Disable TimeUtilTest.TimeMicrosToNtpMatchRealTimeClockInitially on ios
Bug: webrtc:8610 Change-Id: Idb572ae2ac364fee0a53e217adafc55b62d6683a Reviewed-on: https://webrtc-review.googlesource.com/29200 Reviewed-by: Oskar Sundbom <ossu@webrtc.org> Commit-Queue: Danil Chapovalov <danilchap@webrtc.org> Cr-Commit-Position: refs/heads/master@{#21047}
This commit is contained in:
parent
0db8a40d98
commit
6348d5b37b
@ -16,7 +16,15 @@
|
||||
|
||||
namespace webrtc {
|
||||
|
||||
TEST(TimeUtilTest, TimeMicrosToNtpMatchRealTimeClockInitially) {
|
||||
// Disabled as flake: http://bugs.webrtc.org/8610
|
||||
#ifdef WEBRTC_IOS
|
||||
#define MAYBE_TimeMicrosToNtpMatchRealTimeClockInitially \
|
||||
DISABLED_TimeMicrosToNtpMatchRealTimeClockInitially
|
||||
#else
|
||||
#define MAYBE_TimeMicrosToNtpMatchRealTimeClockInitially \
|
||||
TimeMicrosToNtpMatchRealTimeClockInitially
|
||||
#endif
|
||||
TEST(TimeUtilTest, MAYBE_TimeMicrosToNtpMatchRealTimeClockInitially) {
|
||||
Clock* legacy_clock = Clock::GetRealTimeClock();
|
||||
NtpTime before_legacy_time = TimeMicrosToNtp(rtc::TimeMicros());
|
||||
NtpTime legacy_time = legacy_clock->CurrentNtpTime();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user