Commit 7172c7f2 authored by Xida Chen's avatar Xida Chen Committed by Commit Bot

Disable SubresourceFilterSafeBrowsingActivationThrottleTest.NoConfigs

TBR=hbos@chromium.org
NOTRY=true

Bug: 1010020
Change-Id: Ia15694adcd86238dd59b7775d9d6a25ee3d2cfcf
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1833118Reviewed-by: default avatarXida Chen <xidachen@chromium.org>
Commit-Queue: Xida Chen <xidachen@chromium.org>
Cr-Commit-Position: refs/heads/master@{#701548}
parent 22d089da
...@@ -445,7 +445,12 @@ class SubresourceFilterSafeBrowsingActivationThrottleScopeTest ...@@ -445,7 +445,12 @@ class SubresourceFilterSafeBrowsingActivationThrottleScopeTest
SubresourceFilterSafeBrowsingActivationThrottleScopeTest); SubresourceFilterSafeBrowsingActivationThrottleScopeTest);
}; };
TEST_F(SubresourceFilterSafeBrowsingActivationThrottleTest, NoConfigs) { #if defined(OS_MACOSX)
#define MAYBE_NoConfigs DISABLED_NoConfigs
#else
#define MAYBE_NoConfigs NoConfigs
#endif
TEST_F(SubresourceFilterSafeBrowsingActivationThrottleTest, MAYBE_NoConfigs) {
scoped_configuration()->ResetConfiguration(std::vector<Configuration>()); scoped_configuration()->ResetConfiguration(std::vector<Configuration>());
SimulateNavigateAndCommit({GURL(kURL)}, main_rfh()); SimulateNavigateAndCommit({GURL(kURL)}, main_rfh());
EXPECT_EQ(mojom::ActivationLevel::kDisabled, EXPECT_EQ(mojom::ActivationLevel::kDisabled,
......
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