Skip to content

Commit

Permalink
Revert "Do not run NTP Search Box experiment"
Browse files Browse the repository at this point in the history
This reverts commit 2562dc6.
  • Loading branch information
jotaemepereira committed Nov 13, 2024
1 parent 8ef4794 commit 482cc11
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions DuckDuckGo/HomePage/Model/NewTabPageSearchBoxExperiment.swift
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,6 @@ protocol NewTabPageSearchBoxExperimentCohortDeciding {

struct DefaultNewTabPageSearchBoxExperimentCohortDecider: NewTabPageSearchBoxExperimentCohortDeciding {
var cohort: NewTabPageSearchBoxExperiment.Cohort? {
if NSApp.runType == .uiTests {
return nil
}

// We enroll all new users
if AppDelegate.isNewUser {
Expand Down

0 comments on commit 482cc11

Please sign in to comment.