Skip to content

Commit d9035d2

Browse files
authored
Merge pull request #462 from jhuttana/ubi9-openjdk-s2i-feature
[OPENJDK-2837] Follow-on test clean-up work for ubi9
2 parents 74a6ebc + 1a2d51e commit d9035d2

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

tests/features/java/openjdk_s2i.feature renamed to modules/s2i/core/tests/features/java_s2i_quarkus.feature

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,7 @@
22
@ubi9/openjdk-11
33
@ubi9/openjdk-17
44
@ubi9/openjdk-21
5-
Feature: Openshift OpenJDK-only S2I tests
6-
7-
@ignore
8-
Scenario: Check java perf dir owned by default (CLOUD-2070, OPENJDK-91)
9-
Given s2i build https://github.com/jboss-container-images/openjdk-test-applications from undertow-servlet
10-
Then run jstat -gc 1 1000 1 in container and check its output for S0C
11-
And run stat --printf="%U %G" /tmp/hsperfdata_default/ in container and check its output for default root
5+
Feature: Openshift OpenJDK S2I tests (Quarkus-based)
126

137
Scenario: Ensure Quarkus CDS doesn't fail due to timestamp mismatch (OPENDJK-1673)
148
Given s2i build https://github.com/jboss-container-images/openjdk-test-applications from getting-started

0 commit comments

Comments
 (0)