File tree Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -80,17 +80,18 @@ Feature: Miscellaneous OpenJDK-related unit tests
80
80
| command | bash -c "$JAVA_HOME /bin /java -XshowSettings :properties -version " |
81
81
Then available container log should contain file.encoding = UTF-8
82
82
83
+ @wip
83
84
@ubi8/openjdk-8
84
85
@ubi8/openjdk-11
85
86
@ubi8/openjdk-17
86
87
Scenario : Check that transitive weak dependencies are not installed (OPENJDK-1335)
87
88
When container is started with args
88
89
| arg | value |
89
90
| command | rpm -qa |
90
- Then available container log should not contain procps-ng
91
- Then available container log should not contain os-prober
92
- Then available container log should not contain which
93
- Then available container log should not contain systemd-pam
94
- Then available container log should not contain libpwquality
95
- Then available container log should not contain libxkbcommon
96
- Then available container log should not contain kbd
91
+ Then container log should not contain procps-ng
92
+ Then container log should not contain os-prober
93
+ Then container log should not contain which
94
+ Then container log should not contain systemd-pam
95
+ Then container log should not contain libpwquality
96
+ Then container log should not contain libxkbcommon
97
+ Then container log should not contain kbd
You can’t perform that action at this time.
0 commit comments