Skip to content

Commit 9302517

Browse files
committed
cleaner check
1 parent fa831d1 commit 9302517

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/compass-e2e-tests/helpers/test-runner-context.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ process.env.HADRON_DISTRIBUTION ??= context.hadronDistribution;
344344
process.env.COMPASS_WEB_HTTP_PROXY_CLOUD_CONFIG ??=
345345
context.atlasCloudSandboxCloudConfig ?? 'dev';
346346

347-
if (isTestingAtlasCloudSandbox(context) || isTestingWeb()) {
347+
if (isTestingWeb()) {
348348
process.env.E2E_TEST_CLOUD_WEB_ENABLE_PREFERENCE_SAVING ??= 'true';
349349
}
350350

0 commit comments

Comments
 (0)