Commit 68b068f2 authored by Kristi Park's avatar Kristi Park Committed by Commit Bot

[Sheriff] Actually disable WebRtcDisableEncryptionFlagBrowserTest.VerifyEncryption on win-asan

Correction for https://crrev.com/c/2050494, MEMORY_SANITIZER should be
ADDRESS_SANITIZER

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

Change-Id: Ibeea898c6490d38e7ae5eb7b065cbf083f89b788
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2051264Reviewed-by: default avatarKristi Park <kristipark@chromium.org>
Commit-Queue: Kristi Park <kristipark@chromium.org>
Cr-Commit-Position: refs/heads/master@{#740477}
parent 4942ccee
......@@ -50,7 +50,7 @@ class WebRtcDisableEncryptionFlagBrowserTest : public WebRtcTestBase {
// TODO(crbug.com/984879): De-flake this for MSAN Linux.
#if defined(OS_CHROMEOS) || \
(defined(OS_LINUX) && defined(MEMORY_SANITIZER)) || \
(defined(OS_WIN) && defined(MEMORY_SANITIZER))
(defined(OS_WIN) && defined(ADDRESS_SANITIZER))
#define MAYBE_VerifyEncryption DISABLED_VerifyEncryption
#else
#define MAYBE_VerifyEncryption VerifyEncryption
......
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