Skip to content

Commit

Permalink
junit 4?
Browse files Browse the repository at this point in the history
  • Loading branch information
denis-yuen committed Dec 9, 2024
1 parent 1fa891f commit 9de2336
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@
import org.junit.contrib.java.lang.system.SystemErrRule;
import org.junit.contrib.java.lang.system.SystemOutRule;
import org.junit.experimental.categories.Category;
import org.junit.jupiter.api.Disabled;
import org.junit.runner.RunWith;
import org.powermock.core.classloader.annotations.PowerMockIgnore;
import org.powermock.core.classloader.annotations.PrepareForTest;
Expand All @@ -76,7 +75,7 @@
@RunWith(PowerMockRunner.class)
@PrepareForTest({ Client.class, ToolClient.class, UsersApi.class })
@Category({ConfidentialTest.class, ToolTest.class })
@Disabled("leave this till later, will likely need Mockito/Powermock specific-work for Java 21")
@Ignore("leave this till later, will likely need Mockito/Powermock specific-work for Java 21")
public class MockedIT {

@Rule
Expand Down

0 comments on commit 9de2336

Please sign in to comment.