From ddff7100e968c564bd624e70016e3296cdf0beba Mon Sep 17 00:00:00 2001 From: Vishal Date: Sat, 9 Jun 2018 03:37:50 +0530 Subject: [PATCH] Temporarily disabling the tests so that other PRs can be worked on, will enable after closure on #723 (#737) --- test/tests/test_fn_update/test_configmap_update.sh | 2 ++ test/tests/test_fn_update/test_nd_pkg_update.sh | 3 +++ test/tests/test_fn_update/test_secret_update.sh | 2 ++ 3 files changed, 7 insertions(+) diff --git a/test/tests/test_fn_update/test_configmap_update.sh b/test/tests/test_fn_update/test_configmap_update.sh index e356bf32..c412726a 100755 --- a/test/tests/test_fn_update/test_configmap_update.sh +++ b/test/tests/test_fn_update/test_configmap_update.sh @@ -1,4 +1,6 @@ #!/bin/bash +# Disabling for https://github.com/fission/fission/issues/723 will enable after resolution/cluster upgrade +#test:disabled set -euo pipefail diff --git a/test/tests/test_fn_update/test_nd_pkg_update.sh b/test/tests/test_fn_update/test_nd_pkg_update.sh index 1b68161c..00677e02 100755 --- a/test/tests/test_fn_update/test_nd_pkg_update.sh +++ b/test/tests/test_fn_update/test_nd_pkg_update.sh @@ -1,4 +1,7 @@ #!/bin/bash +# Disabling for https://github.com/fission/fission/issues/723 will enable after resolution/cluster upgrade +#test:disabled + set -euo pipefail # global variables diff --git a/test/tests/test_fn_update/test_secret_update.sh b/test/tests/test_fn_update/test_secret_update.sh index 3dd5f778..9a5b358c 100755 --- a/test/tests/test_fn_update/test_secret_update.sh +++ b/test/tests/test_fn_update/test_secret_update.sh @@ -1,4 +1,6 @@ #!/bin/bash +# Disabling for https://github.com/fission/fission/issues/723 will enable after resolution/cluster upgrade +#test:disabled set -euo pipefail