Commit 0986a01f authored by Kubernetes Submit Queue's avatar Kubernetes Submit Queue Committed by GitHub

Merge pull request #33131 from Random-Liu/fix-node-e2e-for-cri

Automatic merge from submit-queue Fix the properties file for node e2e cri validation. I fixed this locally before, but accidentally missed in the PR. Sorry about that. This time, I've tried myself, it should work. @yujuhong
parents 95dd65c9 87d62d50
......@@ -15,4 +15,4 @@ GCE_INSTANCE_METADATA="user-data<${GCI_CLOUD_INIT},gci-docker-version=${DOCKER_V
CLEANUP=true
GINKGO_FLAGS='--skip="\[Flaky\]|\[Serial\]"'
SETUP_NODE=false
TEST_ARGS='--runtime-integration-type=cri"
TEST_ARGS='--runtime-integration-type=cri'
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment