@@ -68,6 +68,9 @@ Feature: EAP extensions tests
68
68
Then container log should contain TEST_ERROR_MESSAGE
69
69
And container log should not contain WFLYSRV0010: Deployed "ROOT.war" (runtime-name : "ROOT.war" )
70
70
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
71
74
Scenario : Test preconfigure.sh fails in bash
72
75
When container integ- is started with env
73
76
| variable | value |
@@ -86,6 +89,9 @@ Feature: EAP extensions tests
86
89
And container log should not contain WFLYSRV0010: Deployed "ROOT.war" (runtime-name : "ROOT.war" )
87
90
And container log should contain Error, server failed to configure. Can't proceed with custom extensions script
88
91
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
89
95
Scenario : Test preconfigure.sh fails in CLI script
90
96
When container integ- is started with env
91
97
| variable | value |
@@ -173,6 +179,9 @@ Feature: EAP extensions tests
173
179
And container log should contain TEST_ERROR_MESSAGE
174
180
And container log should not contain WFLYSRV0010: Deployed "ROOT.war" (runtime-name : "ROOT.war" )
175
181
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
176
185
Scenario : Test postconfigure.sh fails in bash
177
186
When container integ- is started with env
178
187
| variable | value |
@@ -193,6 +202,9 @@ Feature: EAP extensions tests
193
202
And container log should contain Shutting down in response to management operation 'shutdown'
194
203
And container log should not contain WFLYSRV0010: Deployed "ROOT.war" (runtime-name : "ROOT.war" )
195
204
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
196
208
Scenario : Test postconfigure.sh fails in CLI script
197
209
When container integ- is started with env
198
210
| variable | value |
0 commit comments