jthomas commented on a change in pull request #59: Travis: Integration tests 
and setup script
URL: 
https://github.com/apache/incubator-openwhisk-client-js/pull/59#discussion_r130087154
 
 

 ##########
 File path: test/integration/feeds.test.js
 ##########
 @@ -19,15 +21,16 @@ envParams.forEach(key => {
 })
 
 const NAMESPACE = process.env.__OW_NAMESPACE
+var tempTest = Utils.getInsecureFlag() ? test.skip : test;
 
-test('create and delete a feed', t => {
+tempTest('create and delete a feed', t => {
 
 Review comment:
   Same as above about not skipping tests.
 
----------------------------------------------------------------
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

Reply via email to