You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by pd...@apache.org on 2019/05/02 19:50:53 UTC

[incubator-openwhisk-wskdeploy] branch master updated: Skip export Trigger feed test for now (#1053)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 2d58c6a  Skip export Trigger feed test for now (#1053)
2d58c6a is described below

commit 2d58c6a23ee6246926b6b072aa3ad170c58a12e8
Author: Pavel Kravchenko <kp...@il.ibm.com>
AuthorDate: Thu May 2 22:50:48 2019 +0300

    Skip export Trigger feed test for now (#1053)
---
 tests/src/integration/export/export_test.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/src/integration/export/export_test.go b/tests/src/integration/export/export_test.go
index 650ee81..73c1d0a 100644
--- a/tests/src/integration/export/export_test.go
+++ b/tests/src/integration/export/export_test.go
@@ -175,7 +175,7 @@ func TestExportApi(t *testing.T) {
 	os.RemoveAll(targetManifestFolder)
 }
 
-func TestExportTriggerFeed(t *testing.T) {
+func SkipTestExportTriggerFeed(t *testing.T) {
 	projectName := "FeedExp"
 
 	wskprops := common.GetWskpropsFromEnvVars(common.BLUEMIX_APIHOST, common.BLUEMIX_NAMESPACE, common.BLUEMIX_AUTH)