Skip to content

Commit

Permalink
temporarily disable java perf dir test
Browse files Browse the repository at this point in the history
Presently failing on GHA for all of JDKs 11,16,21; passes
locally. We will investigate why in a separate issue, meanwhile
disable so we can run the remaining tests.

Signed-off-by: Jonathan Dowland <[email protected]>
  • Loading branch information
jmtd committed Dec 4, 2023
1 parent 6d5b0e7 commit cc10c06
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/features/java/openjdk_s2i.feature
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
@ubi9/openjdk-17
@ubi9/openjdk-21
Feature: Openshift OpenJDK-only S2I tests

@ignore
Scenario: Check java perf dir owned by default (CLOUD-2070, OPENJDK-91)
Given s2i build https://github.com/jboss-container-images/openjdk-test-applications from undertow-servlet
Then run jstat -gc 1 1000 1 in container and check its output for S0C
Expand Down

0 comments on commit cc10c06

Please sign in to comment.