Commit 8f5d44b4 authored by Olga Sharonova's avatar Olga Sharonova Committed by Commit Bot

Disabling SingleClientAppsSyncTest.InstallSome{Platform}Apps on ASan

TBR=haraken@chromium.org,teib@chromium.org

Bug: 1001437,997634
Change-Id: Ia8a7f795d6978a970ddf57ae42137fcb471ea1c9
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1789532Reviewed-by: default avatarOlga Sharonova <olka@chromium.org>
Commit-Queue: Olga Sharonova <olka@chromium.org>
Cr-Commit-Position: refs/heads/master@{#694256}
parent f33b0b89
...@@ -24,6 +24,15 @@ class SingleClientAppsSyncTest : public SyncTest { ...@@ -24,6 +24,15 @@ class SingleClientAppsSyncTest : public SyncTest {
DISALLOW_COPY_AND_ASSIGN(SingleClientAppsSyncTest); DISALLOW_COPY_AND_ASSIGN(SingleClientAppsSyncTest);
}; };
// crbug.com/1001437
#if defined(ADDRESS_SANITIZER)
#define MAYBE_InstallSomePlatformApps DISABLED_InstallSomePlatformApps
#define MAYBE_InstallSomeApps DISABLED_InstallSomeApps
#else
#define MAYBE_InstallSomePlatformApps InstallSomePlatformApps
#define MAYBE_InstallSomeApps InstallSomeApps
#endif
IN_PROC_BROWSER_TEST_F(SingleClientAppsSyncTest, StartWithNoApps) { IN_PROC_BROWSER_TEST_F(SingleClientAppsSyncTest, StartWithNoApps) {
ASSERT_TRUE(SetupSync()); ASSERT_TRUE(SetupSync());
ASSERT_TRUE(AllProfilesHaveSameApps()); ASSERT_TRUE(AllProfilesHaveSameApps());
......
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