]
Farah Juma moved JBEAP-11324 to WFLY-8879:
------------------------------------------
Project: WildFly (was: JBoss Enterprise Application Platform)
Key: WFLY-8879 (was: JBEAP-11324)
Workflow: GIT Pull Request workflow (was: CDW with loose statuses v1)
Component/s: Security
Test Suite
(was: Security)
(was: Test Suite)
Affects Version/s: (was: 7.1.0.DR12)
Verify that all tests disabled by DisableInvocationTestUtil were
re-enabled
---------------------------------------------------------------------------
Key: WFLY-8879
URL:
https://issues.jboss.org/browse/WFLY-8879
Project: WildFly
Issue Type: Task
Components: Security, Test Suite
Reporter: Farah Juma
Assignee: Farah Juma
Priority: Blocker
As a part of
https://issues.jboss.org/browse/EAP7-643 works, problematic test cases were
skipped by {{DisableInvocationTestUtil.disable()}} invocation. Since we do not track each
Test case separately, we should make sure that all tests were re-enabled in order not to
lose any test coverage.
DR12 status:
jboss-eap-7.1-src]$ grep -lr 'DisableInvocationTestUtil.disable()' | wc -l
54
See [^disable_list_dr12] for complete lest of problematic test cases.