Skip to content

Commit 0646886

Browse files
committed
Skip 'TestContainerdRestart' in Hyper-V workflow.
1 parent 2abef8d commit 0646886

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/windows-hyperv-periodic.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -239,6 +239,9 @@ jobs:
239239
./script/setup/install-cni-windows
240240
export TEST_IMAGE_LIST=c:/repolist.toml
241241
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$]"
242245
set -o pipefail
243246
make cri-integration | tee ${{ env.VM_CRI_INTEGRATION_LOGFILE }}
244247
EOF

0 commit comments

Comments
 (0)