]
Jeff Mesnil resolved WFLY-8233.
-------------------------------
Fix Version/s: 11.0.0.Alpha1
Resolution: Done
Test is passing in 11.0.0.Alpha1. It was fixed by WFLY-8140
Messaging SecurityTestCase fails with Elytron profile in AS TS
--------------------------------------------------------------
Key: WFLY-8233
URL:
https://issues.jboss.org/browse/WFLY-8233
Project: WildFly
Issue Type: Bug
Components: JMS, Test Suite
Reporter: Josef Cacek
Assignee: Jeff Mesnil
Fix For: 11.0.0.Alpha1
The {{SecurityTestCase#testFailedAuthenticationBlankUserPass()}} test fails when executed
with Elytron profile ({{-Delytron}}).
{code}
cd testsuite/integration/basic
mvn clean test -Dtest=SecurityTestCase -Delytron
...
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}