Skip to content

Commit 037f56c

Browse files
committed
Experiment to check how many UI tests are we breaking
1 parent 8755175 commit 037f56c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Modules/Sources/Experiments/DefaultFeatureFlagService.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,8 @@ public struct DefaultFeatureFlagService: FeatureFlagService {
9898
case .pointOfSaleAsATabi2:
9999
return buildConfig == .localDeveloper || buildConfig == .alpha
100100
case .pointOfSaleOrdersi1:
101-
return buildConfig == .localDeveloper || buildConfig == .alpha
101+
// 👀 Checking how many UI tests are we breaking, do not merge.
102+
return true
102103
default:
103104
return true
104105
}

0 commit comments

Comments
 (0)