Commit 32b5eb6e authored by Patrik Höglund's avatar Patrik Höglund Committed by Commit Bot

Revert "Disables WebRtcAudioQualityBrowserTest on Windows"

This reverts commit 885d259d.

Reason for revert: Need to test new sound card config on win bots.

Original change's description:
> Disables WebRtcAudioQualityBrowserTest on Windows
> 
> TBR=phoglund
> 
> Bug: webrtc:677256
> Change-Id: I84a0fdf08a25204231ee1869918ecbffc8bdca9d
> Reviewed-on: https://chromium-review.googlesource.com/677458
> Reviewed-by: Henrik Andreasson <henrika@chromium.org>
> Commit-Queue: Henrik Andreasson <henrika@chromium.org>
> Cr-Commit-Position: refs/heads/master@{#503516}

TBR=phoglund@chromium.org,henrika@chromium.org

# Not skipping CQ checks because original CL landed > 1 day ago.

Bug: 677256,737090
Change-Id: Ie41beeec00b3e3fbc7702ba6c7fd8a754c567e18
Reviewed-on: https://chromium-review.googlesource.com/727919Reviewed-by: default avatarPatrik Höglund <phoglund@chromium.org>
Reviewed-by: default avatarHenrik Andreasson <henrika@chromium.org>
Commit-Queue: Patrik Höglund <phoglund@chromium.org>
Cr-Commit-Position: refs/heads/master@{#510041}
parent b1a556c6
...@@ -62,12 +62,10 @@ const int kMaxAgcSegmentDiffMs = ...@@ -62,12 +62,10 @@ const int kMaxAgcSegmentDiffMs =
200; 200;
#endif #endif
#if defined(OS_LINUX) || defined(OS_MACOSX) #if defined(OS_LINUX) || defined(OS_WIN) || defined(OS_MACOSX)
#define MAYBE_WebRtcAudioQualityBrowserTest WebRtcAudioQualityBrowserTest #define MAYBE_WebRtcAudioQualityBrowserTest WebRtcAudioQualityBrowserTest
#else #else
// Not implemented on Android, ChromeOS etc. // Not implemented on Android, ChromeOS etc.
// Also disabled on Windows due to
// https://bugs.chromium.org/p/chromium/issues/detail?id=677256
#define MAYBE_WebRtcAudioQualityBrowserTest DISABLED_WebRtcAudioQualityBrowserTest #define MAYBE_WebRtcAudioQualityBrowserTest DISABLED_WebRtcAudioQualityBrowserTest
#endif #endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment