From 75731c8feb0ac88fd9b78bf957dbcfad368bd6f1 Mon Sep 17 00:00:00 2001 From: Lantao Liu Date: Mon, 7 Aug 2017 18:59:46 +0000 Subject: [PATCH] Start running container Exec cri validation test. Signed-off-by: Lantao Liu --- hack/test-cri.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hack/test-cri.sh b/hack/test-cri.sh index e16b2ff06..061fbabba 100755 --- a/hack/test-cri.sh +++ b/hack/test-cri.sh @@ -22,7 +22,7 @@ ROOT="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"/.. # FOCUS focuses the test to run. FOCUS=${FOCUS:-} # SKIP skips the test to skip. -SKIP=${SKIP:-"Streaming|RunAsUser|host port"} +SKIP=${SKIP:-"attach|portforward|RunAsUser|host port"} REPORT_DIR=${REPORT_DIR:-"/tmp"} if [[ -z "${GOPATH}" ]]; then