Skip to content

Commit 827cabf

Browse files
authored
Merge pull request #61 from jfdenise/eap81-beta-dev
Remove useless test case
2 parents d9acddf + 9d9a7d8 commit 827cabf

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

builder-image/tests/features/ubi9-specific.feature

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ Feature: EAP ubi9 specific tests
66
Given s2i build https://github.com/jboss-container-images/jboss-eap-8-openshift-image from test/test-app with env and True using eap81-beta-dev
77
| variable | value |
88
### PLACEHOLDER FOR CLOUD CUSTOM TESTING ###
9-
Then container log should contain Running jboss-eap-8/
109
Then exactly 2 times container log should contain WFLYSRV0025:
1110

1211
Scenario: Check for adjusted heap sizes
@@ -15,11 +14,11 @@ Feature: EAP ubi9 specific tests
1514
| env_json | {"JAVA_MAX_MEM_RATIO": 25} |
1615
Then container log should match regex ^ *JAVA_OPTS: *.* -XX:MaxRAMPercentage=25.0\s
1716

18-
Scenario: Check if image version and release is printed on boot
17+
Scenario: Build vanilla EAP server
1918
Given s2i build https://github.com/jboss-container-images/jboss-eap-8-openshift-image from test/vanilla-eap/test-app with env and True using eap81-beta-dev
2019
| variable | value |
2120
### PLACEHOLDER FOR CLOUD CUSTOM TESTING ###
22-
Then container log should contain Running jboss-eap-8/
21+
Then container log should contain WFLYSRV0025:
2322

2423
Scenario: Check for adjusted heap sizes
2524
When container integ- is started with args

0 commit comments

Comments
 (0)