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_r130087047
 
 

 ##########
 File path: test/integration/actions.test.js
 ##########
 @@ -112,14 +116,14 @@ test('create, get and delete with parameters an action', 
t => {
   }).catch(errors)
 })
 
-test('invoke action with fully-qualified name', t => {
+tempTest('invoke action with fully-qualified name', t => {
 
 Review comment:
   Has this been skipped because that action is not installed on the 
integration version? I'd prefer to work out a way to make this test work rather 
than skipping. We could install the `whisk.system/utils` package during setup 
on the integration host or re-write the test to invoke another available action 
using the fully qualified name. The former seems preferable? 
 
----------------------------------------------------------------
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