]
James Perkins reassigned WFLY-9469:
-----------------------------------
Assignee: Romain Pelisse
Assumes in SPNEGOLoginModuleTestCase doen's make sense
------------------------------------------------------
Key: WFLY-9469
URL:
https://issues.jboss.org/browse/WFLY-9469
Project: WildFly
Issue Type: Bug
Components: Test Suite
Reporter: Romain Pelisse
Assignee: Romain Pelisse
Priority: Minor
Assumes in SPNEGOLoginModuleTestCase doen's make sense.
AssumeKerberosAuthenticationSupported is called in @Before method. Same method is called
in many test methods:
testIdentityPropagation
testFormFallback
testSimpleSpnegoWorkflow
testMoreMechTypesSpnegoWorkflow
assumeKerberosAuthenticationSupported method from KerberosTestUtils.java shouldn't
contains assume for BZ1188632, because BZ1188632 is fixed (works correctly with new
version of IBM JDK).