We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2abef8d commit 0646886Copy full SHA for 0646886
1 file changed
.github/workflows/windows-hyperv-periodic.yml
@@ -239,6 +239,9 @@ jobs:
239
./script/setup/install-cni-windows
240
export TEST_IMAGE_LIST=c:/repolist.toml
241
export USE_HYPERV=1
242
+ # NOTE: 'TestContainerdRestart' should be skipped as discussed in:
243
+ # https://github.com/containerd/containerd/pull/7025
244
+ export FOCUS="[^TestContainerdRestart$]"
245
set -o pipefail
246
make cri-integration | tee ${{ env.VM_CRI_INTEGRATION_LOGFILE }}
247
EOF
0 commit comments