Commit 64e8a34e authored by David Benjamin's avatar David Benjamin Committed by Commit Bot

Speculatively re-enable WebRTC test.

The MSan bug does not appear to reproduce anymore.

Bug: 405951
Change-Id: I57c643a638381ae66ca5b8d871c57bdda861166d
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1657753
Auto-Submit: David Benjamin <davidben@chromium.org>
Reviewed-by: default avatarTommi <tommi@chromium.org>
Commit-Queue: Tommi <tommi@chromium.org>
Cr-Commit-Position: refs/heads/master@{#710096}
parent 2382ca6f
...@@ -58,14 +58,7 @@ IN_PROC_BROWSER_TEST_F(MAYBE_WebRtcDataBrowserTest, CallWithDataOnly) { ...@@ -58,14 +58,7 @@ IN_PROC_BROWSER_TEST_F(MAYBE_WebRtcDataBrowserTest, CallWithDataOnly) {
MakeTypicalPeerConnectionCall("callWithDataOnly();"); MakeTypicalPeerConnectionCall("callWithDataOnly();");
} }
#if defined(MEMORY_SANITIZER) IN_PROC_BROWSER_TEST_F(MAYBE_WebRtcDataBrowserTest, CallWithSctpDataOnly) {
// Fails under MemorySanitizer: http://crbug.com/405951
#define MAYBE_CallWithSctpDataOnly DISABLED_CallWithSctpDataOnly
#else
#define MAYBE_CallWithSctpDataOnly CallWithSctpDataOnly
#endif
IN_PROC_BROWSER_TEST_F(MAYBE_WebRtcDataBrowserTest,
MAYBE_CallWithSctpDataOnly) {
MakeTypicalPeerConnectionCall("callWithSctpDataOnly();"); MakeTypicalPeerConnectionCall("callWithSctpDataOnly();");
} }
......
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