Skip to content

Commit 21a6d8b

Browse files
authored
Merge pull request moby#5810 from profnandaa/fix-wcow-tests
fix: wcow: pause integration tests on WS2025
2 parents 1c41f9b + 9d3b02e commit 21a6d8b

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/test-os.yml

+1-6
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@ jobs:
7171

7272
test-windows-amd64:
7373
runs-on: ${{ matrix.os }}
74-
continue-on-error: ${{ matrix.os == 'windows-2025' }}
7574
needs:
7675
- build
7776
env:
@@ -80,7 +79,7 @@ jobs:
8079
strategy:
8180
fail-fast: false
8281
matrix:
83-
os: [windows-2022, windows-2025]
82+
os: [windows-2022]
8483
worker:
8584
- containerd
8685
pkg:
@@ -106,10 +105,6 @@ jobs:
106105
worker: containerd
107106
pkg: ./...
108107
skip-integration-tests: 1
109-
- os: windows-2025
110-
worker: containerd
111-
pkg: ./...
112-
skip-integration-tests: 1
113108
steps:
114109
-
115110
name: Prepare

0 commit comments

Comments
 (0)