paulcastro commented on a change in pull request #2120: Add Swift 3.1.1 as a 
kind
URL: 
https://github.com/apache/incubator-openwhisk/pull/2120#discussion_r122577732
 
 

 ##########
 File path: tests/src/test/scala/system/basic/WskBasicSwift3Tests.scala
 ##########
 @@ -33,19 +33,20 @@ import common.TestUtils.RunResult
 import spray.json.JsObject
 
 @RunWith(classOf[JUnitRunner])
-class WskBasicSwiftTests
+class WskBasicSwift3Tests
     extends TestHelpers
     with WskTestHelpers
     with JsHelpers {
 
     implicit val wskprops = WskProps()
     val wsk = new Wsk
     val defaultAction = Some(TestUtils.getTestActionFilename("hello.swift"))
-    val currentSwiftDefaultKind = "swift:3"
+    lazy val currentSwiftDefaultKind = "swift:3"
 
     behavior of "Swift runtime"
 
-    it should "Map a kind of swift:default to the current default swift 
runtime" in withAssetCleaner(wskprops) {
+    // ignore this while deprecated swift:3 is still default
+    ignore should "Map a kind of swift:default to the current default swift 
runtime" in withAssetCleaner(wskprops) {
 
 Review comment:
   I don't understand why I did that, either.  Reverted.
 
----------------------------------------------------------------
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