lukaszlenart commented on code in PR #1405:
URL: https://github.com/apache/struts/pull/1405#discussion_r2617425031
##########
core/src/test/java/org/apache/struts2/ognl/OgnlUtilTest.java:
##########
@@ -1647,7 +1647,9 @@ public void testOgnlDefaultCacheFactoryCoverage() {
assertEquals("Eviction limit for cache mismatches limit for factory
?", 15, ognlCache.getEvictionLimit());
}
- public void testCustomOgnlMapBlocked() throws Exception {
+ // TODO: Re-enable after investigating OGNL 3.4.8 compatibility issue
+ // Temporarily disabled - needs investigation for OGNL 3.4.8 behavior
changes
+ public void disabledTestCustomOgnlMapBlocked() throws Exception {
Review Comment:
@kusalk do you remember reason behind this test? Right now it returns `null`
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]