]
Jan Kalina reassigned WFLY-8232:
--------------------------------
Assignee: Jan Kalina (was: Darran Lofthouse)
SecurityAuditingTestCase fails with Elytron profile in AS TS
------------------------------------------------------------
Key: WFLY-8232
URL:
https://issues.jboss.org/browse/WFLY-8232
Project: WildFly
Issue Type: Bug
Components: Security, Test Suite
Reporter: Josef Cacek
Assignee: Jan Kalina
The {{SecurityAuditingTestCase}} fails when executed with Elytron profile ({{-Delytron}})
in AS TS.
{code}
cd testsuite/integration/basic
mvn clean test -Dtest=SecurityAuditingTestCase -Delytron
...
Failed tests:
SecurityAuditingTestCase.testSingleMethodAnnotationsUser1Template:181->AnnSBTest.testSingleMethodAnnotationsUser1Template:156->AnnSBTest.lambda$testSingleMethodAnnotationsUser1Template$1:169
EJBAccessException not expected
Tests run: 2, Failures: 1, Errors: 0, Skipped: 0
{code}