We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e12fe8c + 9e440dc commit b658901Copy full SHA for b658901
config/config.json
@@ -6,6 +6,6 @@
6
"TYPESCRIPT_COMPILER_OPTIONS": {},
7
"CI_LOGGER": false,
8
"ANDROID_DEBUG_UI_MAC": "Google Chrome",
9
- "USE_POD_SANDBOX": true,
+ "USE_POD_SANDBOX": false,
10
"DISABLE_HOOKS": false
11
}
lib/config.ts
@@ -8,7 +8,7 @@ export class Configuration extends ConfigBase implements IConfiguration { // Use
TYPESCRIPT_COMPILER_OPTIONS = {};
USE_PROXY = false;
ANDROID_DEBUG_UI: string = null;
- USE_POD_SANDBOX: boolean = true;
+ USE_POD_SANDBOX: boolean = false;
12
debugLivesync: boolean = false;
13
14
/*don't require logger and everything that has logger as dependency in config.js due to cyclic dependency*/
0 commit comments