dubee commented on a change in pull request #262: rely on single base test 
versions from incubator openwhisk
URL: 
https://github.com/apache/incubator-openwhisk-cli/pull/262#discussion_r178659061
 
 

 ##########
 File path: tests/src/test/scala/system/basic/WskCliActionTests.scala
 ##########
 @@ -20,9 +20,21 @@ package system.basic
 import org.junit.runner.RunWith
 import org.scalatest.junit.JUnitRunner
 
+import common.TestCLIUtils
+import common.TestUtils.NOT_ALLOWED
 import common.Wsk
 
 @RunWith(classOf[JUnitRunner])
 class WskCliActionTests extends WskActionTests {
   override val wsk = new Wsk
+  override val cli = true
+
+  it should "not be able to use --kind and --docker at the same time when 
running action create or update" in {
 
 Review comment:
   Why add this test here instead of in the base class?

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to