We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8755175 commit 037f56cCopy full SHA for 037f56c
Modules/Sources/Experiments/DefaultFeatureFlagService.swift
@@ -98,7 +98,8 @@ public struct DefaultFeatureFlagService: FeatureFlagService {
98
case .pointOfSaleAsATabi2:
99
return buildConfig == .localDeveloper || buildConfig == .alpha
100
case .pointOfSaleOrdersi1:
101
- return buildConfig == .localDeveloper || buildConfig == .alpha
+ // 👀 Checking how many UI tests are we breaking, do not merge.
102
+ return true
103
default:
104
return true
105
}
0 commit comments