Commit 150d6366 authored by Henrik Grunell's avatar Henrik Grunell Committed by Commit Bot

Re-enable WebRtcAudioDebugRecordingsBrowserTest.CallWithAudioDebugRecordings on Windows.

Speculatively re-enable based on comment #5 in the bug.

TBR=guidou@chromium.org

Bug: 783790
Change-Id: Ie10aa49212a4279a8696dfbc021a577bda0a2dfd
Reviewed-on: https://chromium-review.googlesource.com/808845Reviewed-by: default avatarHenrik Grunell <grunell@chromium.org>
Commit-Queue: Henrik Grunell <grunell@chromium.org>
Cr-Commit-Position: refs/heads/master@{#521686}
parent 2fe25ac6
......@@ -93,9 +93,8 @@ class WebRtcAudioDebugRecordingsBrowserTest
#if defined(OS_ANDROID) && defined(ADDRESS_SANITIZER)
// Renderer crashes under Android ASAN: https://crbug.com/408496.
#define MAYBE_CallWithAudioDebugRecordings DISABLED_CallWithAudioDebugRecordings
#elif (defined(OS_ANDROID) || defined(OS_WIN))
#elif defined(OS_ANDROID)
// Renderer crashes on Android M. https://crbug.com/535728.
// Flaky on Windows. https://crbug.com/783790
#define MAYBE_CallWithAudioDebugRecordings DISABLED_CallWithAudioDebugRecordings
#else
#define MAYBE_CallWithAudioDebugRecordings CallWithAudioDebugRecordings
......
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