Skip to content

Commit

Permalink
Merge pull request OpenLiberty#30560 from tkburroughs/RemoveTestNameR…
Browse files Browse the repository at this point in the history
…uleFromEjbFat

Remove TestName Rule from EJB FATSuite
  • Loading branch information
tkburroughs authored Jan 15, 2025
2 parents 015769c + 771b80a commit 9d0d201
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,7 @@
import org.junit.AfterClass;
import org.junit.Assert;
import org.junit.BeforeClass;
import org.junit.Rule;
import org.junit.Test;
import org.junit.rules.TestName;
import org.junit.runner.RunWith;

import com.ibm.websphere.simplicity.ShrinkHelper;
Expand Down Expand Up @@ -88,9 +86,6 @@ private static void checkUnexpectedPrePassivate() throws Exception {
}
}

@Rule
public final TestName testName = new TestName();

@Test
public void testPassivationCapable() throws Exception {
// Create more SFSB than the cache can hold, which should trigger
Expand Down

0 comments on commit 9d0d201

Please sign in to comment.