Skip to content

Commit

Permalink
Merge pull request #26960 from brave/issues/42797
Browse files Browse the repository at this point in the history
[ads] Disable NotificationAdPopupBrowserTest
  • Loading branch information
aseren authored Dec 10, 2024
2 parents 55e552b + 9bffe03 commit fa52e6c
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@ class NotificationAdPopupBrowserTest
base::test::ScopedFeatureList scoped_feature_list_;
};

IN_PROC_BROWSER_TEST_P(NotificationAdPopupBrowserTest, CheckThemeChanged) {
IN_PROC_BROWSER_TEST_P(NotificationAdPopupBrowserTest,
DISABLED_CheckThemeChanged) {
// Check appearance in light theme.
dark_mode::SetBraveDarkModeType(
dark_mode::BraveDarkModeType::BRAVE_DARK_MODE_TYPE_LIGHT);
Expand Down

0 comments on commit fa52e6c

Please sign in to comment.