Skip to content

Commit 275847b

Browse files
committed
Revive test suite on Windows
1 parent 1fda618 commit 275847b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Jenkinsfile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,5 @@ buildPlugin(
66
useContainerAgent: false, // Set to `false` if you need to use Docker for containerized tests
77
configurations: [
88
[platform: 'linux', jdk: 21],
9-
[platform: 'linux', jdk: 17],
10-
// TODO Windows tests seem to be failing on temporary Windows CI infrastructure from https://github.com/jenkins-infra/helpdesk/issues/4490
11-
//[platform: 'maven-17-windows', jdk: 17], // TODO Docker-based tests fail when using Docker on Windows. The maven-windows agents do not have Docker installed so tests that require Docker are skipped.
9+
[platform: 'maven-17-windows', jdk: 17], // TODO Docker-based tests fail when using Docker on Windows. The maven-windows agents do not have Docker installed so tests that require Docker are skipped.
1210
])

0 commit comments

Comments
 (0)