Skip to content

Commit

Permalink
Disable memory test
Browse files Browse the repository at this point in the history
Suspected culprit of #2478
based on a Gradle build scan.
  • Loading branch information
TimvdLippe committed Nov 19, 2021
1 parent d373357 commit 170459c
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -10,8 +10,10 @@
import static org.mockito.Mockito.when;

import org.junit.Assume;
import org.junit.Ignore;
import org.junit.Test;

@Ignore("https://github.com/mockito/mockito/issues/2478")
public class ShouldNotStarveMemoryOnLargeStackTraceInvocationsTest {

private static final int STACK_TRACE_DEPTH = 1000;
Expand Down

0 comments on commit 170459c

Please sign in to comment.