You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by be...@apache.org on 2017/06/16 18:43:25 UTC

[incubator-openwhisk] branch master updated: Ignore broken swift3 sdk tests until the failure root cause is identified and fixed (#2391)

This is an automated email from the ASF dual-hosted git repository.

berstler pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-openwhisk.git


The following commit(s) were added to refs/heads/master by this push:
     new bdc40d8  Ignore broken swift3 sdk tests until the failure root cause is identified and fixed (#2391)
bdc40d8 is described below

commit bdc40d81ff7b84bd614f804c216a3ad256709b27
Author: Mark Deuser <md...@us.ibm.com>
AuthorDate: Fri Jun 16 14:43:22 2017 -0400

    Ignore broken swift3 sdk tests until the failure root cause is identified and fixed (#2391)
---
 tests/src/test/scala/whisk/core/cli/test/SwiftTests.scala | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/tests/src/test/scala/whisk/core/cli/test/SwiftTests.scala b/tests/src/test/scala/whisk/core/cli/test/SwiftTests.scala
index c01d747..a38feea 100644
--- a/tests/src/test/scala/whisk/core/cli/test/SwiftTests.scala
+++ b/tests/src/test/scala/whisk/core/cli/test/SwiftTests.scala
@@ -93,7 +93,7 @@ class SwiftTests
 
     behavior of "Swift 3 Whisk SDK tests"
 
-    it should "allow Swift actions to invoke other actions" in withAssetCleaner(wskprops) {
+    ignore should "allow Swift actions to invoke other actions" in withAssetCleaner(wskprops) {
         (wp, assetHelper) =>
             // use CLI to create action from dat/actions/invokeAction.swift
             val file = TestUtils.getTestActionFilename("invoke.swift")
@@ -117,7 +117,7 @@ class SwiftTests
             }
     }
 
-    it should "allow Swift actions to invoke other actions and not block" in withAssetCleaner(wskprops) {
+    ignore should "allow Swift actions to invoke other actions and not block" in withAssetCleaner(wskprops) {
         (wp, assetHelper) =>
             // use CLI to create action from dat/actions/invokeNonBlocking.swift
             val file = TestUtils.getTestActionFilename("invokeNonBlocking.swift")
@@ -138,7 +138,7 @@ class SwiftTests
             }
     }
 
-    it should "allow Swift actions to trigger events" in withAssetCleaner(wskprops) {
+    ignore should "allow Swift actions to trigger events" in withAssetCleaner(wskprops) {
         (wp, assetHelper) =>
             // create a trigger
             val triggerName = s"TestTrigger ${System.currentTimeMillis()}"

-- 
To stop receiving notification emails like this one, please contact
['"commits@openwhisk.apache.org" <co...@openwhisk.apache.org>'].