Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1009)

Unified Diff: chrome/browser/media/webrtc/webrtc_internals_perf_browsertest.cc

Issue 2899103002: Revert of Disable flaky WebRtcInternalsPerfBrowserTest on Windows. (Closed)
Patch Set: Rebase. Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/media/webrtc/webrtc_internals_perf_browsertest.cc
diff --git a/chrome/browser/media/webrtc/webrtc_internals_perf_browsertest.cc b/chrome/browser/media/webrtc/webrtc_internals_perf_browsertest.cc
index 5ec3fd5950c12a11e27a6a07db0bbe55edac6c54..8647effb646e4b11e328b698dea202fe46ac1fd0 100644
--- a/chrome/browser/media/webrtc/webrtc_internals_perf_browsertest.cc
+++ b/chrome/browser/media/webrtc/webrtc_internals_perf_browsertest.cc
@@ -240,17 +240,9 @@ IN_PROC_BROWSER_TEST_F(
#if BUILDFLAG(RTC_USE_H264)
-// Flaky on Windows, crbug.com/703579.
-#if defined(OS_WIN)
-#define MAYBE_MANUAL_RunsAudioVideoCall60SecsAndLogsInternalMetricsH264 \
- DISABLED_MANUAL_RunsAudioVideoCall60SecsAndLogsInternalMetricsH264
-#else
-#define MAYBE_MANUAL_RunsAudioVideoCall60SecsAndLogsInternalMetricsH264 \
- MANUAL_RunsAudioVideoCall60SecsAndLogsInternalMetricsH264
-#endif
IN_PROC_BROWSER_TEST_F(
WebRtcInternalsPerfBrowserTest,
- MAYBE_MANUAL_RunsAudioVideoCall60SecsAndLogsInternalMetricsH264) {
+ MANUAL_RunsAudioVideoCall60SecsAndLogsInternalMetricsH264) {
base::ThreadRestrictions::ScopedAllowIO allow_io;
// Only run test if run-time feature corresponding to |rtc_use_h264| is on.
if (!base::FeatureList::IsEnabled(content::kWebRtcH264WithOpenH264FFmpeg)) {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698