Revert "WN-5141"

This reverts commit 908d064839.
This commit is contained in:
jdyer1
2023-11-13 14:55:26 -06:00
committed by Lukasz Lenart
parent b365b58e36
commit b52f18ced4
@@ -21,7 +21,6 @@ package org.apache.struts2.junit.session;
import org.apache.struts2.junit.JUnitTestAction;
import org.apache.struts2.junit.StrutsJUnit4TestCase;
import org.junit.Assert;
import org.junit.Ignore;
import org.junit.Test;
/**
@@ -32,7 +31,6 @@ import org.junit.Test;
* either the session values were deleted or the wrong result would be returned (always the result of
* the first action execution).
*/
@Ignore
public class StrutsJUnit4SessionTestCaseTest extends StrutsJUnit4TestCase<JUnitTestAction> {
@Test
public void testPersistingSessionValues() throws Exception {