Skip to content

Commit 91a50f9

Browse files
committed
Ignore unstable tests that activatre unsupported features, secanrio are covered by other supported test cases.
1 parent ff0f9a6 commit 91a50f9

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

builder-image/tests/features/extensions.feature

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,9 @@ Feature: EAP extensions tests
6868
Then container log should contain TEST_ERROR_MESSAGE
6969
And container log should not contain WFLYSRV0010: Deployed "ROOT.war" (runtime-name : "ROOT.war")
7070

71+
# This test is too fragile when we are disabling SCRIPT_INVOKER (that is unsupported).
72+
# Fragility comes from the fact that no java process is started in the test framework look for existing process.
73+
@ignore
7174
Scenario: Test preconfigure.sh fails in bash
7275
When container integ- is started with env
7376
| variable | value |
@@ -86,6 +89,9 @@ Feature: EAP extensions tests
8689
And container log should not contain WFLYSRV0010: Deployed "ROOT.war" (runtime-name : "ROOT.war")
8790
And container log should contain Error, server failed to configure. Can't proceed with custom extensions script
8891

92+
# This test is too fragile when we are disabling SCRIPT_INVOKER (that is unsupported).
93+
# Fragility comes from the fact that no java process is started in the test framework look for existing process.
94+
@ignore
8995
Scenario: Test preconfigure.sh fails in CLI script
9096
When container integ- is started with env
9197
| variable | value |
@@ -173,6 +179,9 @@ Feature: EAP extensions tests
173179
And container log should contain TEST_ERROR_MESSAGE
174180
And container log should not contain WFLYSRV0010: Deployed "ROOT.war" (runtime-name : "ROOT.war")
175181

182+
# This test is too fragile when we are disabling SCRIPT_INVOKER (that is unsupported).
183+
# Fragility comes from the fact that no java process is started in the test framework look for existing process.
184+
@ignore
176185
Scenario: Test postconfigure.sh fails in bash
177186
When container integ- is started with env
178187
| variable | value |
@@ -193,6 +202,9 @@ Feature: EAP extensions tests
193202
And container log should contain Shutting down in response to management operation 'shutdown'
194203
And container log should not contain WFLYSRV0010: Deployed "ROOT.war" (runtime-name : "ROOT.war")
195204

205+
# This test is too fragile when we are disabling SCRIPT_INVOKER (that is unsupported).
206+
# Fragility comes from the fact that no java process is started in the test framework look for existing process.
207+
@ignore
196208
Scenario: Test postconfigure.sh fails in CLI script
197209
When container integ- is started with env
198210
| variable | value |

0 commit comments

Comments
 (0)