Skip to content

Commit

Permalink
Disable cosmetic filtering test temporarily
Browse files Browse the repository at this point in the history
  • Loading branch information
simonhong committed Feb 2, 2021
1 parent de3cccc commit 7d45e69
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion browser/brave_shields/ad_block_service_browsertest.cc
Original file line number Diff line number Diff line change
Expand Up @@ -919,7 +919,13 @@ IN_PROC_BROWSER_TEST_F(AdBlockServiceTest, CosmeticFilteringSimple) {
}

// Test cosmetic filtering ignores content determined to be 1st party
IN_PROC_BROWSER_TEST_F(AdBlockServiceTest, CosmeticFilteringProtect1p) {
// This is disabled due to https://github.com/brave/brave-browser/issues/13882
#if defined(OS_WIN)
#define MAYBE_CosmeticFilteringProtect1p DISABLED_CosmeticFilteringProtect1p
#else
#define MAYBE_CosmeticFilteringProtect1p CosmeticFilteringProtect1p
#endif
IN_PROC_BROWSER_TEST_F(AdBlockServiceTest, MAYBE_CosmeticFilteringProtect1p) {
UpdateAdBlockInstanceWithRules("b.com##.fpsponsored\n");

WaitForBraveExtensionShieldsDataReady();
Expand Down

0 comments on commit 7d45e69

Please sign in to comment.