]
Darran Lofthouse updated WFLY-8567:
-----------------------------------
Fix Version/s: 11.0.0.Beta1
Messaging SecurityTestCase fails with Elytron profile in AS TS
--------------------------------------------------------------
Key: WFLY-8567
URL:
https://issues.jboss.org/browse/WFLY-8567
Project: WildFly
Issue Type: Bug
Components: JMS, Security, Test Suite
Reporter: Darran Lofthouse
Assignee: Darran Lofthouse
Fix For: 11.0.0.Beta1
The {{SecurityTestCase#testFailedAuthenticationBlankUserPass()}} test fails when executed
with Elytron profile ({{-Delytron}}).
{code}
cd testsuite/integration/basic
mvn clean test -Dtest=SecurityTestCase -Delytron
-Dwildfly.tmp.enable.elytron.profile.tests=true
...
Failed tests:
SecurityTestCase.testFailedAuthenticationBlankUserPass:84 must not allow to create a
session without any authentication
Tests run: 6, Failures: 1, Errors: 0, Skipped: 0
{code}