Skip to content
This repository was archived by the owner on Mar 9, 2022. It is now read-only.

Commit 4421cab

Browse files
committed
Start running container Exec cri validation test.
Signed-off-by: Lantao Liu <[email protected]>
1 parent c0b4ff6 commit 4421cab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hack/test-cri.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ ROOT="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"/..
2222
# FOCUS focuses the test to run.
2323
FOCUS=${FOCUS:-}
2424
# SKIP skips the test to skip.
25-
SKIP=${SKIP:-"Streaming|RunAsUser|host port"}
25+
SKIP=${SKIP:-"attach|portforward|RunAsUser|host port"}
2626
REPORT_DIR=${REPORT_DIR:-"/tmp"}
2727

2828
if [[ -z "${GOPATH}" ]]; then

0 commit comments

Comments
 (0)