Commit 814ce6d0 authored by Scott Violet's avatar Scott Violet Committed by Commit Bot

Disables RunsAudioVideoWebRTCCallInTwoTabsGetStatsPromise

on linux/chromeos with asan tests. This test occasionally triggers leaks, which
leads to noise.

BUG=897209
TEST=test only change
TBR=hbos@chromium.org

Change-Id: I62aa05f5213e85edcc4dfab138b0ec316eaf06d4
Reviewed-on: https://chromium-review.googlesource.com/c/1291990Reviewed-by: default avatarScott Violet <sky@chromium.org>
Commit-Queue: Scott Violet <sky@chromium.org>
Cr-Commit-Position: refs/heads/master@{#601239}
parent f8bcf5c5
......@@ -224,8 +224,15 @@ IN_PROC_BROWSER_TEST_F(WebRtcBrowserTest,
DetectVideoAndHangUp();
}
#if defined(OS_LINUX) && defined(ADDRESS_SANITIZER)
#define MAYBE_RunsAudioVideoWebRTCCallInTwoTabsGetStatsPromise \
DISABLED_RunsAudioVideoWebRTCCallInTwoTabsGetStatsPromise
#else
#define MAYBE_RunsAudioVideoWebRTCCallInTwoTabsGetStatsPromise \
RunsAudioVideoWebRTCCallInTwoTabsGetStatsPromise
#endif
IN_PROC_BROWSER_TEST_F(WebRtcBrowserTest,
RunsAudioVideoWebRTCCallInTwoTabsGetStatsPromise) {
MAYBE_RunsAudioVideoWebRTCCallInTwoTabsGetStatsPromise) {
StartServerAndOpenTabs();
SetupPeerconnectionWithLocalStream(left_tab_);
SetupPeerconnectionWithLocalStream(right_tab_);
......
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