@@ -35,55 +35,56 @@ strategy:
35
35
image : ' ubuntu-20.04'
36
36
cmd : " ./.ci/validation.sh test"
37
37
38
- # unit tests in German locale (openjdk11)
39
- ' test-de ' :
40
- image : ' ubuntu-20.04'
41
- cmd : " ./.ci/validation.sh test-de"
42
-
43
- # unit tests in Spanish locale (openjdk11)
44
- ' test-es ' :
45
- image : ' ubuntu-20.04'
46
- cmd : " ./.ci/validation.sh test-es"
47
-
48
- # unit tests in Finnish locale (openjdk11)
49
- ' test-fi ' :
50
- image : ' ubuntu-20.04'
51
- cmd : " ./.ci/validation.sh test-fi"
52
-
53
- # unit tests in French locale (openjdk11)
54
- ' test-fr ' :
55
- image : ' ubuntu-20.04'
56
- cmd : " ./.ci/validation.sh test-fr"
57
-
58
- # unit tests in Chinese locale (openjdk11)
59
- ' test-zh ' :
60
- image : ' ubuntu-20.04'
61
- cmd : " ./.ci/validation.sh test-zh"
62
-
63
- # unit tests in Japanese locale (openjdk11)
64
- ' test-ja ' :
65
- image : ' ubuntu-20.04'
66
- cmd : " ./.ci/validation.sh test-ja"
67
-
68
- # unit tests in Portuguese locale (openjdk11)
69
- ' test-pt ' :
70
- image : ' ubuntu-20.04'
71
- cmd : " ./.ci/validation.sh test-pt"
72
-
73
- # unit tests in Turkish locale (openjdk11)
74
- ' test-tr ' :
75
- image : ' ubuntu-20.04'
76
- cmd : " ./.ci/validation.sh test-tr"
77
-
78
- # unit tests in Russian locale (openjdk11)
79
- ' test-ru ' :
80
- image : ' ubuntu-20.04'
81
- cmd : " ./.ci/validation.sh test-ru"
82
-
83
- # unit tests in Albanian locale (openjdk11)
84
- ' test-al ' :
85
- image : ' ubuntu-20.04'
86
- cmd : " ./.ci/validation.sh test-al"
38
+ # until https://github.com/checkstyle/checkstyle/issues/16233
39
+ # # unit tests in German locale (openjdk11)
40
+ # 'test-de':
41
+ # image: 'ubuntu-20.04'
42
+ # cmd: "./.ci/validation.sh test-de"
43
+ #
44
+ # # unit tests in Spanish locale (openjdk11)
45
+ # 'test-es':
46
+ # image: 'ubuntu-20.04'
47
+ # cmd: "./.ci/validation.sh test-es"
48
+ #
49
+ # # unit tests in Finnish locale (openjdk11)
50
+ # 'test-fi':
51
+ # image: 'ubuntu-20.04'
52
+ # cmd: "./.ci/validation.sh test-fi"
53
+ #
54
+ # # unit tests in French locale (openjdk11)
55
+ # 'test-fr':
56
+ # image: 'ubuntu-20.04'
57
+ # cmd: "./.ci/validation.sh test-fr"
58
+ #
59
+ # # unit tests in Chinese locale (openjdk11)
60
+ # 'test-zh':
61
+ # image: 'ubuntu-20.04'
62
+ # cmd: "./.ci/validation.sh test-zh"
63
+ #
64
+ # # unit tests in Japanese locale (openjdk11)
65
+ # 'test-ja':
66
+ # image: 'ubuntu-20.04'
67
+ # cmd: "./.ci/validation.sh test-ja"
68
+ #
69
+ # # unit tests in Portuguese locale (openjdk11)
70
+ # 'test-pt':
71
+ # image: 'ubuntu-20.04'
72
+ # cmd: "./.ci/validation.sh test-pt"
73
+ #
74
+ # # unit tests in Turkish locale (openjdk11)
75
+ # 'test-tr':
76
+ # image: 'ubuntu-20.04'
77
+ # cmd: "./.ci/validation.sh test-tr"
78
+ #
79
+ # # unit tests in Russian locale (openjdk11)
80
+ # 'test-ru':
81
+ # image: 'ubuntu-20.04'
82
+ # cmd: "./.ci/validation.sh test-ru"
83
+ #
84
+ # # unit tests in Albanian locale (openjdk11)
85
+ # 'test-al':
86
+ # image: 'ubuntu-20.04'
87
+ # cmd: "./.ci/validation.sh test-al"
87
88
88
89
# OpenJDK11 verify
89
90
' OpenJDK11 verify ' :
0 commit comments