rabbah commented on a change in pull request #4004: Enable running basic system
tests without requiring whisk.properties
URL:
https://github.com/apache/incubator-openwhisk/pull/4004#discussion_r218154933
##########
File path: tests/src/test/scala/system/rest/RestUtil.scala
##########
@@ -31,13 +31,14 @@ import spray.json._
*/
trait RestUtil {
- private val skipKeyStore = false // set this to true for convenient local
testing
+ private val skipKeyStore = WhiskProperties.isSSLCheckRelaxed
Review comment:
nevermind my comment above - it's already done here.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services