Issue #1705, fix Whisk object in Swift 3 container
diff --git a/tests/src/system/basic/Swift3WhiskObjectTests.scala b/tests/src/system/basic/Swift3WhiskObjectTests.scala
index d1c4256..41a86d3 100644
--- a/tests/src/system/basic/Swift3WhiskObjectTests.scala
+++ b/tests/src/system/basic/Swift3WhiskObjectTests.scala
@@ -42,7 +42,7 @@
 
     behavior of "Swift 3 Whisk backend API"
 
-    ignore should "allow Swift actions to invoke other actions" in withAssetCleaner(wskprops) {
+    it 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")
@@ -66,7 +66,7 @@
             }
     }
 
-    ignore should "allow Swift actions to trigger events" in withAssetCleaner(wskprops) {
+    it should "allow Swift actions to trigger events" in withAssetCleaner(wskprops) {
         (wp, assetHelper) =>
             // create a trigger
             val triggerName = s"TestTrigger ${System.currentTimeMillis()}"