Skip to content

Commit 341f950

Browse files
remove check from PC
1 parent 36e5be4 commit 341f950

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

commands/utils/validate.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -452,11 +452,6 @@ module.exports = validate_config = function (lt_config, validation_configs) {
452452
}
453453
}
454454

455-
if ("privateCloud" in lt_config["run_settings"]) {
456-
if (![true, false].includes(lt_config["run_settings"]["privateCloud"])) {
457-
reject("Error!! boolean value is expected in privateCloud key");
458-
}
459-
}
460455

461456
if(lt_config)
462457
resolve(cypress_version);

0 commit comments

Comments
 (0)