Skip to content

Commit

Permalink
TEMP
Browse files Browse the repository at this point in the history
  • Loading branch information
mkarolin committed Sep 26, 2022
1 parent a367b78 commit 5e9c18d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions browser/brave_ads/ads_service_browsertest.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1072,8 +1072,8 @@ IN_PROC_BROWSER_TEST_P(BraveAdsUpgradeBrowserTest, PRE_UpgradePath) {

// Wait for Brave Rewards to be initialized before proceeding with
// tests that rely on Rewards
if ((test_name.find("WithRewardsEnabled_") != std::string::npos ||
test_name.find("WithRewardsAndAdsEnabled_") != std::string::npos) &&
if (/* (test_name.find("WithRewardsEnabled_") != std::string::npos ||
test_name.find("WithRewardsAndAdsEnabled_") != std::string::npos) && */
!rewards_service_->IsInitialized()) {
rewards_service_observer_.WaitForRewardsInitialization();
}
Expand Down

0 comments on commit 5e9c18d

Please sign in to comment.