Commit 062e4d3a authored by Leonard Grey's avatar Leonard Grey Committed by Commit Bot

[Sheriff] Disable WebRtcDisableEncryptionFlagBrowserTest.VerifyEncryption on Linux ASAN

TBR=guidou@chromium.org
Bug: 984879

Change-Id: I5d68c9e97a185075daabb8dbd6791163dd1ad127
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2218794Reviewed-by: default avatarLeonard Grey <lgrey@chromium.org>
Commit-Queue: Leonard Grey <lgrey@chromium.org>
Cr-Commit-Position: refs/heads/master@{#772417}
parent 48d04a16
......@@ -48,9 +48,10 @@ class WebRtcDisableEncryptionFlagBrowserTest : public WebRtcTestBase {
// Makes a call and checks that there's encryption or not in the SDP offer.
// TODO(crbug.com/910216): De-flake this for ChromeOs.
// TODO(crbug.com/984879): De-flake this for MSAN Linux.
// TODO(crbug.com/984879): De-flake this for ASAN/MSAN Linux.
#if defined(OS_CHROMEOS) || \
(defined(OS_LINUX) && defined(MEMORY_SANITIZER)) || \
(defined(OS_LINUX) && (defined(MEMORY_SANITIZER) || \
defined(ADDRESS_SANITIZER))) || \
(defined(OS_WIN) && defined(ADDRESS_SANITIZER))
#define MAYBE_VerifyEncryption DISABLED_VerifyEncryption
#else
......
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