ci: disabled several tests to debug CI issues in Docs tests

Signed-off-by: Sam Alba <samalba@users.noreply.github.com>
This commit is contained in:
Sam Alba
2021-12-14 15:09:44 -08:00
parent 446f593e16
commit d03e345c52
3 changed files with 96 additions and 91 deletions

View File

@@ -87,7 +87,7 @@ skip_unless_local_localstack() {
#
# This is need to do kubernetes test in the CI.
skip_unless_local_kube() {
if [ -f ~/.kube/config ] && grep -q "127.0.0.1" ~/.kube/config &> /dev/null; then
if [ -f ~/.kube/config ] && grep -q "127.0.0.1" ~/.kube/config; then
echo "Kubernetes available"
else
skip "local kubernetes cluster not available"