test: Fix compile error with go1.10.2#941
Conversation
Replace Skip with Skipf in the intergration test. Signed-off-by: Archana Shinde <archana.m.shinde@intel.com>
|
Hi @amshinde. Thanks for your PR. I'm waiting for a containerd member to verify that this patch is reasonable to test. If it is, they should reply with I understand the commands that are listed here. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
|
/lgtm The failure is caused by golang version issue. I'll update the test-infra. |
|
Let's wait for kubernetes/test-infra#9736. |
|
@Random-Liu I see the pull-cri-containerd-verify tests failing. Do these need to be rerun or is this a valid failure? |
|
/test pull-cri-containerd-verify |
Replace Skip with Skipf in the intergration test.
Signed-off-by: Archana Shinde archana.m.shinde@intel.com